Home
last modified time | relevance | path

Searched refs:backendContext (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrGpuFactory.cpp19 extern GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options,
29 GrBackendContext backendContext, in Create() argument
36 return (gGpuFactories[backend])(backendContext, options, context); in Create()
DGrContext.cpp34 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create() argument
36 return Create(backend, backendContext, defaultOptions); in Create()
39 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create() argument
43 if (context->init(backend, backendContext, options)) { in Create()
69 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init() argument
74 fGpu = GrGpu::Create(backend, backendContext, options, this); in init()
/external/skia/src/gpu/gl/
DGrGLGpu.h37 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
DGrGLGpu.cpp164 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create() argument
167 reinterpret_cast<const GrGLInterface*>(backendContext)); in Create()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp48 GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options, in vk_gpu_create() argument