/external/skqp/tools/gpu/ |
D | GrContextFactory.cpp | 159 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal() 162 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal() 221 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal() 223 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
|
/external/skia/tools/gpu/ |
D | GrContextFactory.cpp | 178 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal() 181 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal() 250 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal() 252 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
|
/external/skqp/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skia/tools/gpu/gl/none/ |
D | CreatePlatformGLTestContext_none.cpp | 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/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/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() function 221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skqp/tools/fiddle/ |
D | egl_context.cpp | 23 glContext->reset(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard)); in create_grcontext()
|
/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 | 106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/gl/ |
D | GLTestContext.h | 103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skia/tools/gpu/gl/mac/ |
D | CreatePlatformGLTestContext_mac.cpp | 155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skqp/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 121 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skia/tools/gpu/gl/iOS/ |
D | CreatePlatformGLTestContext_iOS.mm | 125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
|
/external/skqp/tools/gpu/atlastext/ |
D | GLTestAtlasTextRenderer.cpp | 470 std::unique_ptr<GLTestContext> context(CreatePlatformGLTestContext(kGL_GrGLStandard)); in MakeGLTestAtlasTextRenderer() 472 context.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in MakeGLTestAtlasTextRenderer()
|
/external/skia/tools/skqp/src/ |
D | skqp.cpp | 149 return U(sk_gpu_test::CreatePlatformGLTestContext(kGL_GrGLStandard, nullptr)); in make_test_context() 151 return U(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard, nullptr)); in make_test_context()
|
/external/skqp/tools/skqp/src/ |
D | skqp.cpp | 139 return U(sk_gpu_test::CreatePlatformGLTestContext(kGL_GrGLStandard, nullptr)); in make_test_context() 141 return U(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard, nullptr)); in make_test_context()
|
/external/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 381 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skqp/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 375 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 339 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 374 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|
/external/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 445 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
|