Searched refs:backendContext (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpuFactory.cpp | 19 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()
|
D | GrContext.cpp | 34 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/ |
D | GrGLGpu.h | 37 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
|
D | GrGLGpu.cpp | 164 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create() argument 167 reinterpret_cast<const GrGLInterface*>(backendContext)); in Create()
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 48 GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options, in vk_gpu_create() argument
|