Searched refs:ContextTypeBackend (Results 1 – 9 of 9) sorted by relevance
31 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kOpenGL; in IsGLContextType()39 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kVulkan; in IsVulkanContextType()41 return skgpu::graphite::ContextTypeBackend(type) == BackendApi::kVulkan; in IsVulkanContextType()49 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kMetal; in IsMetalContextType()51 return skgpu::graphite::ContextTypeBackend(type) == BackendApi::kMetal; in IsMetalContextType()59 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kDirect3D; in IsDirect3DContextType()67 return skgpu::graphite::ContextTypeBackend(type) == skgpu::BackendApi::kDawn; in IsDawnContextType()
76 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kOpenGL; in IsGLContextType()79 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kVulkan; in IsVulkanContextType()82 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kMetal; in IsMetalContextType()85 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kDirect3D; in IsDirect3DContextType()
54 GrBackendApi ContextTypeBackend(skgpu::ContextType type);60 skgpu::BackendApi ContextTypeBackend(skgpu::ContextType type);
92 GrBackendApi skgpu::ganesh::ContextTypeBackend(skgpu::ContextType type) { in ContextTypeBackend() function in skgpu::ganesh128 skgpu::BackendApi skgpu::graphite::ContextTypeBackend(ContextType type) { in ContextTypeBackend() function in skgpu::graphite
109 GrBackendApi backend() const { return skgpu::ganesh::ContextTypeBackend(fType); } in backend()
165 GrBackendApi backend = skgpu::ganesh::ContextTypeBackend(type); in getContextInfoInternal()
34 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kOpenGL; in IsGLContextType()37 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kVulkan; in IsVulkanContextType()
275 return skgpu::ganesh::ContextTypeBackend(ct) == GrBackendApi::kOpenGL; in IsGLContextType()
250 GrBackendApi api = skgpu::ganesh::ContextTypeBackend(contextType); in DEF_GANESH_TEST()