Home
last modified time | relevance | path

Searched refs:IsRenderingContext (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DCrossContextImageTest.cpp97 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(ctxType)) {
130 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(ctxType)) {
200 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(ctxType)) {
DTest.h212 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DGLProgramsTest.cpp432 sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_other_rendering_gl_context_type()
DResourceCacheTest.cpp89 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
/external/skia/tools/
Dok_test.cpp78 return IsGLContextType(type) && sk_gpu_test::GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/tools/gpu/
DGrContextFactory.h102 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/external/skia/dm/
DDM.cpp1443 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()