Home
last modified time | relevance | path

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

/third_party/skia/dm/
DDMGpuTestProcs.cpp24 return GrBackendApi::kOpenGL == GrContextFactory::ContextTypeBackend(type); in IsGLContextType()
27 return GrBackendApi::kVulkan == GrContextFactory::ContextTypeBackend(type); in IsVulkanContextType()
30 return GrBackendApi::kMetal == GrContextFactory::ContextTypeBackend(type); in IsMetalContextType()
33 return GrBackendApi::kDirect3D == GrContextFactory::ContextTypeBackend(type); in IsDirect3DContextType()
36 return GrBackendApi::kDawn == GrContextFactory::ContextTypeBackend(type); in IsDawnContextType()
/third_party/skia/tools/gpu/
DGrContextFactory.h73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() function
179 GrBackendApi backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
DGrContextFactory.cpp168 GrBackendApi backend = ContextTypeBackend(type); in getContextInfoInternal()
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp272 return GrBackendApi::kOpenGL == sk_gpu_test::GrContextFactory::ContextTypeBackend(ct); in IsGLContextType()
/third_party/skia/tests/
DPromiseImageTest.cpp221 GrBackendApi api = sk_gpu_test::GrContextFactory::ContextTypeBackend(contextType); in DEF_GPUTEST()
/third_party/skia/tools/fm/
Dfm.cpp689 GrContextFactory::ContextTypeBackend((GrContextFactory::ContextType)backend); in main()