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

  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 69 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr;
151 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext,
350 EGLGLTestContext* eglShareContext = reinterpret_cast<EGLGLTestContext*>(shareContext);
351 EGLGLTestContext *ctx = new EGLGLTestContext(forcedGpuAPI, eglShareContext);
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 197 EGLContext eglShareContext = shareContext
199 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext,
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 201 EGLContext eglShareContext = shareContext ? shareContext->fContext : nullptr;
202 fContext = eglCreateContext(fDisplay, surfaceConfig, eglShareContext, contextAttribs);

Completed in 1236 milliseconds