Home
last modified time | relevance | path

Searched refs:GrContextFactoryContextType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DTest.h123 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType; variable
126 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);
DGrMeshTest.cpp103 static bool IsContextTypeForOutputPNGs(skiatest::GrContextFactoryContextType type) { in IsContextTypeForOutputPNGs()
104 return type == skiatest::GrContextFactoryContextType::WRITE_PNG_CONTEXT_TYPE; in IsContextTypeForOutputPNGs()
/third_party/flutter/skia/tests/
DTest.h113 using GrContextFactoryContextType = sk_gpu_test::GrContextFactory::ContextType; variable
116 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);