Home
last modified time | relevance | path

Searched refs:IsGLContextType (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/dm/
H A DDMGpuTestProcs.cpp23 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function
39 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/third_party/skia/tests/
H A DTest.h128 extern bool IsGLContextType(GrContextFactoryContextType);
260 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
H A DProgramsTest.cpp333 if (skiatest::IsGLContextType(ctxInfo.type())) { in get_programs_max_stages()
366 if (skiatest::IsGLContextType(ctxInfo.type())) { in get_programs_max_levels()
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp271 bool IsGLContextType(ContextType ct) { in IsGLContextType() function
275 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()

Completed in 3 milliseconds