Home
last modified time | relevance | path

Searched refs:fGlxPixmap (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp72 GLXPixmap fGlxPixmap; member in __anonff0f76b00111::GLXGLTestContext
109 , fGlxPixmap(0) { in GLXGLTestContext()
194 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap); in GLXGLTestContext()
236 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in GLXGLTestContext()
275 if (fGlxPixmap) { in destroyGLContext()
276 glXDestroyGLXPixmap(fDisplay, fGlxPixmap); in destroyGLContext()
277 fGlxPixmap = 0; in destroyGLContext()
352 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in onPlatformMakeCurrent()
365 glXSwapBuffers(fDisplay, fGlxPixmap); in onPlatformSwapBuffers()
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp72 GLXPixmap fGlxPixmap; member in __anonf2a0987b0111::GLXGLTestContext
109 , fGlxPixmap(0) { in GLXGLTestContext()
194 fGlxPixmap = glXCreateGLXPixmap(fDisplay, vi, fPixmap); in GLXGLTestContext()
236 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in GLXGLTestContext()
282 if (fGlxPixmap) { in destroyGLContext()
283 glXDestroyGLXPixmap(fDisplay, fGlxPixmap); in destroyGLContext()
284 fGlxPixmap = 0; in destroyGLContext()
362 if (!glXMakeCurrent(fDisplay, fGlxPixmap, fContext)) { in onPlatformMakeCurrent()