Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrBackendSurface.cpp33 , fBackend(kOpenGL_GrBackend) in GrBackendTexture()
52 case kOpenGL_GrBackend: in GrBackendTexture()
83 if (this->isValid() && kOpenGL_GrBackend == fBackend) { in getGLTextureInfo()
124 , fBackend(kOpenGL_GrBackend) in GrBackendRenderTarget()
135 if (kOpenGL_GrBackend == backend) { in GrBackendRenderTarget()
160 if (kOpenGL_GrBackend == fBackend) { in getGLFramebufferInfo()
DGrGpuFactory.cpp21 case kOpenGL_GrBackend: in Create()
DGrAHardwareBufferImageGenerator.cpp122 if (!context->getGpu() || kOpenGL_GrBackend != context->contextPriv().getBackend()) { in makeProxy()
229 return kOpenGL_GrBackend == context->contextPriv().getBackend(); in onIsValid()
DGrBackendTextureImageGenerator.cpp37 case kOpenGL_GrBackend: { in make_backend_texture_from_handle()
/external/skia/include/gpu/
DGrBackendSemaphore.h26 GrBackendSemaphore() : fBackend(kOpenGL_GrBackend), fGLSync(0), fIsInitialized(false) {} in GrBackendSemaphore()
29 fBackend = kOpenGL_GrBackend; in initGL()
43 if (!fIsInitialized || kOpenGL_GrBackend != fBackend) { in glSync()
DGrTypes.h189 kOpenGL_GrBackend, enumerator
/external/skia/tools/gpu/
DGrContextFactory.h88 return kOpenGL_GrBackend; in ContextTypeBackend()
188 SkASSERT(kOpenGL_GrBackend == this->backend()); in glContext()
DGrContextFactory.cpp140 case kOpenGL_GrBackend: { in getContextInfoInternal()
DGrTest.cpp70 SkASSERT(kOpenGL_GrBackend == backend); in CreateBackendTexture()
/external/skia/tools/fiddle/
Dmesa_context.cpp31 kOpenGL_GrBackend, in create_grcontext()
Degl_context.cpp80 return sk_sp<GrContext>(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)interface)); in create_grcontext()
/external/skia/tools/viewer/sk_app/
DGLWindowContext.cpp37 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fBackendContext.get(), in initializeContext()
/external/skia/tools/gpu/gl/
DGLTestContext.h23 virtual GrBackend backend() override { return kOpenGL_GrBackend; } in backend()
/external/skia/debugger/QT/
DSkGLWidget.cpp45 fCurContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf.get())); in initializeGL()
/external/skia/tools/
Dok_test.cpp80 return kOpenGL_GrBackend == sk_gpu_test::GrContextFactory::ContextTypeBackend(type); in IsGLContextType()
/external/skia/example/
DHelloWorld.cpp73 fContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)fInterface); in setUpBackend()
DSkiaSDLExample.cpp190 sk_sp<GrContext> grContext(GrContext::Create(kOpenGL_GrBackend,
/external/skia/tests/
DGpuSampleLocationsTest.cpp189 sk_sp<GrContext> ctx(GrContext::Create(kOpenGL_GrBackend, testInterface));
DEGLImageTest.cpp65 GrContext* context1 = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)glCtx1->gl()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DProxyConversionTest.cpp66 if (kOpenGL_GrBackend == ctxInfo.backend()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DProxyTest.cpp230 if (renderable && kOpenGL_GrBackend == ctxInfo.backend()) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/experimental/SkV8Example/
DSkV8Example.cpp82 kOpenGL_GrBackend, (GrBackendContext) fCurIntf); in windowSizeChanged()
/external/skia/experimental/GLFWTest/
Dglfw_main.cpp34 sContext = GrContext::Create(kOpenGL_GrBackend, 0); in init_skia()
/external/skia/samplecode/
DSampleCCPRGeometry.cpp226 GrGLGpu* glGpu = kOpenGL_GrBackend == context->contextPriv().getBackend() ? in onExecute()
/external/skia/site/user/api/
Dcanvas.md101 GrContext* context = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) interface);

12