Home
last modified time | relevance | path

Searched refs:ContextTypeBackend (Results 1 – 9 of 9) sorted by relevance

/external/skia/dm/
DDMGpuTestProcs.cpp31 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()
/external/skia/tools/testrunners/unit/
DBazelUnitTestRunner.cpp76 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()
/external/skia/tools/gpu/
DContextType.h54 GrBackendApi ContextTypeBackend(skgpu::ContextType type);
60 skgpu::BackendApi ContextTypeBackend(skgpu::ContextType type);
DContextType.cpp92 GrBackendApi skgpu::ganesh::ContextTypeBackend(skgpu::ContextType type) { in ContextTypeBackend() function in skgpu::ganesh
128 skgpu::BackendApi skgpu::graphite::ContextTypeBackend(ContextType type) { in ContextTypeBackend() function in skgpu::graphite
DGrContextFactory.h109 GrBackendApi backend() const { return skgpu::ganesh::ContextTypeBackend(fType); } in backend()
DGrContextFactory.cpp165 GrBackendApi backend = skgpu::ganesh::ContextTypeBackend(type); in getContextInfoInternal()
/external/skia/tools/skqp/src/
Dskqp_GpuTestProcs.cpp34 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kOpenGL; in IsGLContextType()
37 return skgpu::ganesh::ContextTypeBackend(type) == GrBackendApi::kVulkan; in IsVulkanContextType()
/external/skia/modules/canvaskit/
Dgm_bindings.cpp275 return skgpu::ganesh::ContextTypeBackend(ct) == GrBackendApi::kOpenGL; in IsGLContextType()
/external/skia/tests/
DPromiseImageTest.cpp250 GrBackendApi api = skgpu::ganesh::ContextTypeBackend(contextType); in DEF_GANESH_TEST()