Home
last modified time | relevance | path

Searched refs:kOpenGL_GrBackend (Results 1 – 14 of 14) sorted by relevance

/external/skia/debugger/QT/
DSkGLWidget.cpp44 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
/external/skia/cmake/
Dexample.cpp55 std::shared_ptr<GrContext> grContext = adopt(GrContext::Create(kOpenGL_GrBackend, 0)); in create_opengl_surface()
/external/skia/src/gpu/
DGrContextFactory.cpp137 grCtx.reset(GrContext::Create(kOpenGL_GrBackend, p3dctx, fGlobalOptions)); in getContextInfo()
/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.cpp193 SkAutoTUnref<GrContext> grContext(GrContext::Create(kOpenGL_GrBackend,
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
Dorg_skia_canvasproof_GaneshPictureRenderer.cpp61 fGrContext.reset(GrContext::Create(kOpenGL_GrBackend, 0)); in render()
/external/skia/experimental/fiddle/
Dfiddle_main.cpp77 return backend ? GrContext::Create(kOpenGL_GrBackend, backend) : nullptr; in create_mesa_grcontext()
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp85 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp34 sContext = GrContext::Create(kOpenGL_GrBackend, 0); in init_skia()
/external/skia/tests/
DEGLImageTest.cpp98 GrContext* context1 = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)glCtx1->gl()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DGrTypes.h128 kOpenGL_GrBackend, enumerator
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm90 fCurContext = GrContext::Create(kOpenGL_GrBackend,
/external/skia/samplecode/
DSampleApp.cpp254 fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in setUpBackend()