Searched refs:GrBackend (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/gpu/ |
D | GrContext.h | 54 static GrContext* Create(GrBackend, GrBackendContext, const GrContextOptions& options); 55 static GrContext* Create(GrBackend, GrBackendContext); 418 bool init(GrBackend, GrBackendContext, const GrContextOptions& options);
|
D | GrTypes.h | 127 enum GrBackend { enum
|
/external/skia/src/gpu/ |
D | GrGpuFactory.cpp | 28 GrGpu* GrGpu::Create(GrBackend backend, in Create()
|
D | GrContext.cpp | 34 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()
|
D | GrGpu.h | 46 static GrGpu* Create(GrBackend, GrBackendContext, const GrContextOptions&, GrContext* context);
|