Searched refs:GrBackendContext (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpuFactory.cpp | 17 static GrGpu* gl_gpu_create(GrBackendContext backendContext, GrContext* context) { in gl_gpu_create() 49 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { in Create()
|
D | GrContextFactory.cpp | 77 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get()); in get()
|
D | GrGpuFactory.h | 16 typedef GrGpu* (*CreateGpuProc)(GrBackendContext, GrContext*);
|
D | GrGpu.h | 34 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
|
D | GrContext.cpp | 72 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext, in Create() 112 bool GrContext::init(GrBackend backend, GrBackendContext backendContext) { in init()
|
/external/skia/include/gpu/ |
D | GrContext.h | 62 static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL); 606 bool init(GrBackend, GrBackendContext);
|
D | GrTypes.h | 136 typedef intptr_t GrBackendContext; typedef
|
/external/skia/debugger/QT/ |
D | SkGLWidget.cpp | 44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
|
/external/skia/example/ |
D | HelloWorld.cpp | 77 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
|
/external/skia/experimental/SkV8Example/ |
D | SkV8Example.cpp | 87 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
|
/external/skia/experimental/iOSSampleApp/ |
D | SkSampleUIView.mm | 95 (GrBackendContext) fCurIntf);
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 235 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in setUpBackend()
|