Home
last modified time | relevance | path

Searched refs:IsGLContextType (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/dm/
DDMGpuTestProcs.cpp16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function
26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/third_party/skia/dm/
DDMGpuTestProcs.cpp23 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function
39 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/third_party/flutter/skia/tests/
DTest.h118 extern bool IsGLContextType(GrContextFactoryContextType);
194 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
/third_party/skia/tests/
DTest.h128 extern bool IsGLContextType(GrContextFactoryContextType);
260 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
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/
Dgm_bindings.cpp271 bool IsGLContextType(ContextType ct) { in IsGLContextType() function
275 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()