Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuFactory.cpp29 GrBackendContext backendContext, in Create()
DGrContext.cpp34 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) { in Create()
39 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
69 bool GrContext::init(GrBackend backend, GrBackendContext backendContext, in init()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp48 GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options, in vk_gpu_create()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp164 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create()