Home
last modified time | relevance | path

Searched defs:backendContext (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestContext.h21 virtual GrBackendContext backendContext() override { in backendContext() function
DVkTestContext.cpp112 sk_sp<const GrVkBackendContext> backendContext(GrVkBackendContext::Create()); in Create() local
135 VkTestContextImpl(sk_sp<const GrVkBackendContext> backendContext) in VkTestContextImpl()
/external/skia/src/gpu/
DGrGpuFactory.cpp29 GrBackendContext backendContext, in Create()
DGrContext.cpp40 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create()
45 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
74 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init()
/external/skia/tools/gpu/gl/
DGLTestContext.h24 virtual GrBackendContext backendContext() override { in backendContext() function
/external/skia/tools/gpu/
DGrContextFactory.cpp128 GrBackendContext backendContext = 0; in getContextInfoInternal() local
/external/skia/src/gpu/vk/
DGrVkGpu.cpp70 GrGpu* GrVkGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp178 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create()