Home
last modified time | relevance | path

Searched refs:rsurface (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp21 auto rsurface = eglGetCurrentSurface(EGL_READ); 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/angle/
H A DGLTestContext_angle.cpp45 auto rsurface = eglGetCurrentSurface(EGL_READ); in context_restorer() local
47 return [display, dsurface, rsurface, context] { in context_restorer()
48 eglMakeCurrent(display, dsurface, rsurface, context); in context_restorer()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp207 auto rsurface = TLSCurrentObjects::CurrentSurface(EGL_READ); in context_restorer() local
209 return [display, dsurface, rsurface, context] { in context_restorer()
210 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context); in context_restorer()

Completed in 3 milliseconds