Searched refs:dsurface (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 20 auto dsurface = eglGetCurrentSurface(EGL_DRAW); in context_restorer() local 23 return [display, dsurface, rsurface, context] { in context_restorer() 24 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 206 auto dsurface = TLSCurrentObjects::CurrentSurface(EGL_DRAW); in context_restorer() local 209 return [display, dsurface, rsurface, context] { in context_restorer() 210 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context); in context_restorer()
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 44 auto dsurface = eglGetCurrentSurface(EGL_DRAW); in context_restorer() local 47 return [display, dsurface, rsurface, context] { in context_restorer() 48 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
|