Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrContextFactory.cpp176 glCtx = CreatePlatformGLTestContext(kGL_GrGLStandard, glShareContext); in getContextInfoInternal()
179 glCtx = CreatePlatformGLTestContext(kGLES_GrGLStandard, glShareContext); in getContextInfoInternal()
251 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGL_GrGLStandard)); in getContextInfoInternal()
253 fSentinelGLContext.reset(CreatePlatformGLTestContext(kGLES_GrGLStandard)); in getContextInfoInternal()
/external/skia/tools/skqp/src/
Dskqp_GpuTestProcs.cpp152 testCtx.reset(sk_gpu_test::CreatePlatformGLTestContext(kGL_GrGLStandard, nullptr)); in printBackendInfo()
156 sk_gpu_test::CreatePlatformGLTestContext(kGLES_GrGLStandard, nullptr)); in printBackendInfo()
/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/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/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp155 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm125 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp381 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp321 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function
/external/skia/modules/canvaskit/
Dgm_bindings.cpp341 GLTestContext *CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, in CreatePlatformGLTestContext() function