Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrBackendSurface.cpp18 : fBackend(kOpenGL_GrBackend) in GrBackendFormat()
25 if (this->isValid() && kOpenGL_GrBackend == fBackend) { in getGLFormat()
32 if (this->isValid() && kOpenGL_GrBackend == fBackend) { in getGLTarget()
93 , fBackend(kOpenGL_GrBackend) in GrBackendTexture()
104 , fBackend(kOpenGL_GrBackend) in GrBackendTexture()
135 if (this->isValid() && kOpenGL_GrBackend == fBackend) { in getGLTextureInfo()
176 , fBackend(kOpenGL_GrBackend) in GrBackendRenderTarget()
189 , fBackend(kOpenGL_GrBackend) in GrBackendRenderTarget()
202 if (kOpenGL_GrBackend == fBackend) { in getGLFramebufferInfo()
H A DGrGpuFactory.cpp21 case kOpenGL_GrBackend: in Make()
H A DGrAHardwareBufferImageGenerator.cpp150 if (context->abandoned() || kOpenGL_GrBackend != context->contextPriv().getBackend()) { in makeProxy()
259 return kOpenGL_GrBackend == context->contextPriv().getBackend(); in onIsValid()
H A DGrContext.cpp114 sk_sp<GrContext> context(new GrDirectContext(kOpenGL_GrBackend)); in MakeGL()
1394 GR_STATIC_ASSERT(1 == kOpenGL_GrBackend); in dump()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/gpu/
H A DGrBackendSemaphore.h26 GrBackendSemaphore() : fBackend(kOpenGL_GrBackend), fGLSync(0), fIsInitialized(false) {} in GrBackendSemaphore()
29 fBackend = kOpenGL_GrBackend; in initGL()
45 if (!fIsInitialized || kOpenGL_GrBackend != fBackend) { in glSync()
H A DGrTypes.h189 kOpenGL_GrBackend, enumerator
/dports/graphics/aseprite/aseprite-1.2.9/src/she/skia/
H A Dskia_window_win.cpp215 GrContext::Create(kOpenGL_GrBackend, in attachANGLE()
251 GrContext::Create(kOpenGL_GrBackend, in attachGL()
H A Dskia_window_osx.mm215 m_grCtx.reset(GrContext::Create(kOpenGL_GrBackend,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/gpu/
H A DGrTypes.h151 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/gpu/
H A DGrTypes.h151 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Drectangletexture.cpp130 if (context->backend() != GrBackendApi::kOpenGL_GrBackend || in onGpuSetup()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h198 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h198 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h198 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/
H A DGrTypes.h198 kOpenGL_GrBackend = kOpenGL, enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrTypes.h135 kOpenGL_GrBackend, in getLibraryName()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DSkiaGLGlue.cpp358 mGrContext.reset(GrContext::Create(kOpenGL_GrBackend, in SkiaGLGlue()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DSkiaGLGlue.cpp310 mGrContext.reset(GrContext::Create(kOpenGL_GrBackend, (GrBackendContext)mGrGLInterface.get())); in SkiaGLGlue()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/image/
H A DSkImage_Gpu.cpp382 case kOpenGL_GrBackend: { in make_backend_texture_from_handle()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp4421 SkASSERT(kOpenGL_GrBackend == tex.backend()); in isTestingOnlyBackendTexture()
4435 SkASSERT(kOpenGL_GrBackend == tex->backend()); in deleteTestingOnlyBackendTexture()