Searched refs:ContextTypeBackend (Results 1 – 11 of 11) sorted by relevance
19 return GrBackendApi::kOpenGL == GrContextFactory::ContextTypeBackend(type); in IsGLContextType()22 return GrBackendApi::kVulkan == GrContextFactory::ContextTypeBackend(type); in IsVulkanContextType()25 return GrBackendApi::kMetal == GrContextFactory::ContextTypeBackend(type); in IsMetalContextType()28 return GrBackendApi::kDirect3D == GrContextFactory::ContextTypeBackend(type); in IsDirect3DContextType()31 return GrBackendApi::kDawn == GrContextFactory::ContextTypeBackend(type); in IsDawnContextType()
17 return GrBackendApi::kOpenGL == GrContextFactory::ContextTypeBackend(type); in IsGLContextType()20 return GrBackendApi::kVulkan == GrContextFactory::ContextTypeBackend(type); in IsVulkanContextType()23 return GrBackendApi::kMetal == GrContextFactory::ContextTypeBackend(type); in IsMetalContextType()
72 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() function175 GrBackendApi backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
169 GrBackendApi backend = ContextTypeBackend(type); in getContextInfoInternal()
73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() function172 GrBackendApi backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
151 GrBackendApi backend = ContextTypeBackend(type); in getContextInfoInternal()
271 return GrBackendApi::kOpenGL == sk_gpu_test::GrContextFactory::ContextTypeBackend(ct); in IsGLContextType()
220 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()
678 GrContextFactory::ContextTypeBackend((GrContextFactory::ContextType)backend); in main()
528 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()
806 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()