Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuFactory.cpp49 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { in Create()
DGrGpu.h34 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
DGrContext.cpp72 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create()
112 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { in init()
/external/skia/include/gpu/
DGrContext.h62 static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL);
606 bool init(GrBackend, GrBackendContext);
DGrTypes.h128 enum GrBackend { enum