Searched refs:rsurface (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/gpu/gl/egl/ |
H A D | CreatePlatformGLTestContext_egl.cpp | 21 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 D | GLTestContext_angle.cpp | 45 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 D | GLTestContext_command_buffer.cpp | 207 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