D | CreatePlatformGLTestContext_glx.cpp | 71 Pixmap fPixmap; member in __anon6a37eadd0111::GLXGLTestContext 108 , fPixmap(0) in GLXGLTestContext() 186 fPixmap = XCreatePixmap(fDisplay, RootWindow(fDisplay, vi->screen), 10, 10, vi->depth); in GLXGLTestContext() 188 if (!fPixmap) { in GLXGLTestContext() 194 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap); in GLXGLTestContext() 287 if (fPixmap) { in destroyGLContext() 288 XFreePixmap(fDisplay, fPixmap); in destroyGLContext() 289 fPixmap = 0; in destroyGLContext()
|