HomeSort by relevance Sort by last modified time
    Searched refs:dsurface (Results 1 - 6 of 6) sorted by null

  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 39 auto dsurface = eglGetCurrentSurface(EGL_DRAW); local
42 return [display, dsurface, rsurface, context] {
43 eglMakeCurrent(display, dsurface, rsurface, context);
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 207 auto dsurface = TLSCurrentObjects::CurrentSurface(EGL_DRAW); local
210 return [display, dsurface, rsurface, context] {
211 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context);
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 44 auto dsurface = eglGetCurrentSurface(EGL_DRAW); local
47 return [display, dsurface, rsurface, context] {
48 eglMakeCurrent(display, dsurface, rsurface, context);
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 39 auto dsurface = eglGetCurrentSurface(EGL_DRAW); local
42 return [display, dsurface, rsurface, context] {
43 eglMakeCurrent(display, dsurface, rsurface, context);
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 207 auto dsurface = TLSCurrentObjects::CurrentSurface(EGL_DRAW); local
210 return [display, dsurface, rsurface, context] {
211 TLSCurrentObjects::MakeCurrent(display, dsurface, rsurface, context);
  /external/skqp/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 44 auto dsurface = eglGetCurrentSurface(EGL_DRAW); local
47 return [display, dsurface, rsurface, context] {
48 eglMakeCurrent(display, dsurface, rsurface, context);

Completed in 792 milliseconds