Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuFactory.cpp19 extern GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options,
29 GrBackendContext backendContext, in Create()
DGrContextFactory.cpp133 GrBackendContext p3dctx = reinterpret_cast<GrBackendContext>(glInterface.get()); in getContextInfo()
DGrGpuFactory.h17 typedef GrGpu* (*CreateGpuProc)(GrBackendContext, const GrContextOptions& options, GrContext*);
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);
/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.h139 typedef intptr_t GrBackendContext; typedef
/external/skia/debugger/QT/
DSkGLWidget.cpp44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
/external/skia/tools/VisualBench/
DVisualBench.cpp128 fContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface.get())); in setupContext()
/external/skia/example/
DHelloWorld.cpp76 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
DSkiaSDLExample.cpp194 (GrBackendContext)interface.get()));
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp85 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
/external/skia/tests/
DEGLImageTest.cpp98 GrContext* context1 = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)glCtx1->gl()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/gl/
DGrGLGpu.h37 static GrGpu* Create(GrBackendContext backendContext, const GrContextOptions& options,
DGrGLGpu.cpp164 GrGpu* GrGLGpu::Create(GrBackendContext backendContext, const GrContextOptions& options, in Create()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm91 (GrBackendContext) fCurIntf);
/external/skia/src/gpu/vk/
DGrVkGpu.cpp48 GrGpu* vk_gpu_create(GrBackendContext backendContext, const GrContextOptions& options, in vk_gpu_create()
/external/skia/samplecode/
DSampleApp.cpp254 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in setUpBackend()