Searched refs:GLWin (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionerImpl.cxx | 563 GLWin.GLXExtensions = unx::glXQueryExtensionsString( GLWin.dpy, GLWin.screen ); in createWindow() 604 GLWin.hDC = GetDC(GLWin.hWnd); in createWindow() 606 GLWin.ctx = glXCreateContext(GLWin.dpy, in createWindow() 640 GLWin.hRC = wglCreateContext(GLWin.hDC); in createWindow() 641 wglMakeCurrent(GLWin.hDC,GLWin.hRC); in createWindow() 643 if( !glXMakeCurrent( GLWin.dpy, GLWin.win, GLWin.ctx ) ) { in createWindow() 1133 wglMakeCurrent(GLWin.hDC,GLWin.hRC); in createWindow() 1136 glXMakeCurrent( GLWin.dpy, GLWin.win, GLWin.ctx ); in createWindow() 1201 glXDestroyContext(GLWin.dpy, GLWin.ctx); in createWindow() 1215 wglMakeCurrent(GLWin.hDC,GLWin.hRC); in createWindow() [all …]
|
Completed in 28 milliseconds