Home
last modified time | relevance | path

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

/external/skia/tools/
Dok_test.cpp86 return IsGLContextType(type) && sk_gpu_test::GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
/external/skia/tools/gpu/
DGrContextFactory.h68 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() function
/external/skia/tests/
DSurfaceSemaphoreTest.cpp158 if (!sk_gpu_test::GrContextFactory::IsRenderingContext(contextType)) { in DEF_GPUTEST()
DTest.h212 DEF_GPUTEST_FOR_CONTEXTS(name, sk_gpu_test::GrContextFactory::IsRenderingContext, \
DResourceCacheTest.cpp90 return sk_gpu_test::GrContextFactory::IsRenderingContext(type); in is_rendering_and_not_angle_es3()
/external/skia/dm/
DDM.cpp1398 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()