Searched refs:CreatePlatformGLTestContext (Results 1 – 11 of 11) sorted by relevance
| /external/skia/tools/gpu/ |
| D | GrContextFactory.cpp | 174 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal() 177 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal() 249 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal() 251 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
|
| /external/skia/tools/gpu/gl/none/ |
| D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
| /external/skia/tools/skqp/src/ |
| D | skqp_GpuTestProcs.cpp | 169 testCtx.reset(sk_gpu_test::CreatePlatformGLTestContext(kGL_GrGLStandard, nullptr)); in printBackendInfo() 173 sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard, nullptr)); in printBackendInfo()
|
| /external/skia/tools/gpu/gl/win/ |
| D | CreatePlatformGLTestContext_win.cpp | 15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() function 222 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
| /external/skia/tools/fiddle/ |
| D | egl_context.cpp | 23 glContext->reset(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard)); in create_direct_context()
|
| /external/skia/tools/gpu/gl/ |
| D | GLTestContext.h | 99 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
| /external/skia/tools/gpu/gl/mac/ |
| D | CreatePlatformGLTestContext_mac.cpp | 147 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
| /external/skia/tools/gpu/gl/iOS/ |
| D | CreatePlatformGLTestContext_iOS.mm | 126 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
| /external/skia/tools/gpu/gl/glx/ |
| D | CreatePlatformGLTestContext_glx.cpp | 382 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
| /external/skia/tools/gpu/gl/egl/ |
| D | CreatePlatformGLTestContext_egl.cpp | 357 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
| /external/skia/modules/canvaskit/ |
| D | gm_bindings.cpp | 340 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|