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

  /external/skia/tools/gpu/gl/none/
CreatePlatformGLTestContext_none.cpp 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
  /external/skia/tools/gpu/gl/
GLTestContext.h 104 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
  /external/skia/tools/gpu/
GrContextFactory.cpp 146 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext);
149 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext);
218 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard));
220 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard));
  /external/skia/tools/gpu/gl/mac/
CreatePlatformGLTestContext_mac.cpp 112 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 195 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
  /external/skia/tools/gpu/gl/glx/
CreatePlatformGLTestContext_glx.cpp 348 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 348 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,

Completed in 275 milliseconds