Home
last modified time | relevance | path

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

/external/skia/dm/
DDMGpuTestProcs.cpp19 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()
/external/skqp/dm/
DDMGpuTestProcs.cpp17 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()
/external/skia/tools/gpu/
DGrContextFactory.h72 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() function
175 GrBackendApi backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
DGrContextFactory.cpp169 GrBackendApi backend = ContextTypeBackend(type); in getContextInfoInternal()
/external/skqp/tools/gpu/
DGrContextFactory.h73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() function
172 GrBackendApi backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
DGrContextFactory.cpp151 GrBackendApi backend = ContextTypeBackend(type); in getContextInfoInternal()
/external/skia/modules/canvaskit/
Dgm_bindings.cpp271 return GrBackendApi::kOpenGL == sk_gpu_test::GrContextFactory::ContextTypeBackend(ct); in IsGLContextType()
/external/skia/tests/
DPromiseImageTest.cpp220 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()
/external/skia/tools/fm/
Dfm.cpp678 GrContextFactory::ContextTypeBackend((GrContextFactory::ContextType)backend); in main()
/external/skqp/tests/
DGrSurfaceTest.cpp528 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()
DPromiseImageTest.cpp806 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()