Home
last modified time | relevance | path

Searched refs:dsurface (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp20 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/
DGLTestContext_command_buffer.cpp206 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/
DGLTestContext_angle.cpp44 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()