Searched refs:IsGLContextType (Results 1 – 6 of 6) sorted by relevance
16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function26 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
23 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function39 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
118 extern bool IsGLContextType(GrContextFactoryContextType);194 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
128 extern bool IsGLContextType(GrContextFactoryContextType);260 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, \
333 if (skiatest::IsGLContextType(ctxInfo.type())) { in get_programs_max_stages()366 if (skiatest::IsGLContextType(ctxInfo.type())) { in get_programs_max_levels()
271 bool IsGLContextType(ContextType ct) { in IsGLContextType() function275 return IsGLContextType(ct) && sk_gpu_test::GrContextFactory::IsRenderingContext(ct); in IsRenderingGLContextType()