Home
last modified time | relevance | path

Searched refs:CreatePlatformGLTestContext (Results 1 – 22 of 22) sorted by relevance

/external/skqp/tools/gpu/
DGrContextFactory.cpp159 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/
DGrContextFactory.cpp178 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/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/none/
DCreatePlatformGLTestContext_none.cpp12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() function
222 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp15 GLTestContext* CreatePlatformGLTestContext(GrGLStandard, GLTestContext*) { return nullptr; } in CreatePlatformGLTestContext() function
221 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skqp/tools/fiddle/
Degl_context.cpp23 glContext->reset(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard)); in create_grcontext()
/external/skia/tools/fiddle/
Degl_context.cpp23 glContext->reset(sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard)); in create_direct_context()
/external/skia/tools/gpu/gl/
DGLTestContext.h106 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/
DGLTestContext.h103 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp132 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skqp/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm121 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skqp/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp470 std::unique_ptr<GLTestContext> context(CreatePlatformGLTestContext(kGL_GrGLStandard)); in MakeGLTestAtlasTextRenderer()
472 context.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in MakeGLTestAtlasTextRenderer()
/external/skia/tools/skqp/src/
Dskqp.cpp149 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/
Dskqp.cpp139 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/
DCreatePlatformGLTestContext_glx.cpp381 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp375 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/modules/canvaskit/
Dgm_bindings.cpp339 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp374 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp445 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function