Home
last modified time | relevance | path

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

/external/skia/tools/
Dok_test.cpp80 return kOpenGL_GrBackend == sk_gpu_test::GrContextFactory::ContextTypeBackend(type); in IsGLContextType()
83 return kVulkan_GrBackend == sk_gpu_test::GrContextFactory::ContextTypeBackend(type); in IsVulkanContextType()
/external/skia/tools/gpu/
DGrContextFactory.h79 static GrBackend ContextTypeBackend(ContextType type) { in ContextTypeBackend() function
181 GrBackend backend() const { return GrContextFactory::ContextTypeBackend(fType); } in backend()
DGrContextFactory.cpp138 GrBackend backend = ContextTypeBackend(type); in getContextInfoInternal()
/external/skia/dm/
DDM.cpp1392 return kOpenGL_GrBackend == GrContextFactory::ContextTypeBackend(type); in IsGLContextType()
1395 return kVulkan_GrBackend == GrContextFactory::ContextTypeBackend(type); in IsVulkanContextType()