Searched refs:GrContextFactoryContextType (Results 1 – 3 of 3) sorted by relevance
123 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType; variable126 typedef bool GrContextTypeFilterFn(GrContextFactoryContextType);128 extern bool IsGLContextType(GrContextFactoryContextType);129 extern bool IsVulkanContextType(GrContextFactoryContextType);130 extern bool IsMetalContextType(GrContextFactoryContextType);131 extern bool IsDawnContextType(GrContextFactoryContextType);132 extern bool IsDirect3DContextType(GrContextFactoryContextType);133 extern bool IsRenderingGLContextType(GrContextFactoryContextType);134 extern bool IsMockContextType(GrContextFactoryContextType);
103 static bool IsContextTypeForOutputPNGs(skiatest::GrContextFactoryContextType type) { in IsContextTypeForOutputPNGs()104 return type == skiatest::GrContextFactoryContextType::WRITE_PNG_CONTEXT_TYPE; in IsContextTypeForOutputPNGs()
113 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType; variable116 typedef bool GrContextTypeFilterFn(GrContextFactoryContextType);118 extern bool IsGLContextType(GrContextFactoryContextType);119 extern bool IsVulkanContextType(GrContextFactoryContextType);120 extern bool IsMetalContextType(GrContextFactoryContextType);121 extern bool IsRenderingGLContextType(GrContextFactoryContextType);122 extern bool IsMockContextType(GrContextFactoryContextType);