Home
last modified time | relevance | path

Searched refs:GrBackendContext (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/
DGrGpuFactory.cpp17 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()
DGrContextFactory.cpp77 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get()); in get()
DGrGpuFactory.h16 typedef GrGpu* (*CreateGpuProc)(GrBackendContext, GrContext*);
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.h136 typedef intptr_t GrBackendContext; typedef
/external/skia/debugger/QT/
DSkGLWidget.cpp44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
/external/skia/example/
DHelloWorld.cpp77 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp87 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm95 (GrBackendContext) fCurIntf);
/external/skia/samplecode/
DSampleApp.cpp235 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in setUpBackend()