Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrContext.h54 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options);
55 static GrContext* Create(GrBackend, GrBackendContext);
418 bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
DGrTypes.h127 enum GrBackend { enum
/external/skia/src/gpu/
DGrGpuFactory.cpp28 GrGpu* GrGpu::Create(GrBackend backend, 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()
DGrGpu.h46 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);