/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 18 : 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 D | GrGpuFactory.cpp | 21 case kOpenGL_GrBackend: in Make()
|
H A D | GrAHardwareBufferImageGenerator.cpp | 150 if (context->abandoned() || kOpenGL_GrBackend != context->contextPriv().getBackend()) { in makeProxy() 259 return kOpenGL_GrBackend == context->contextPriv().getBackend(); in onIsValid()
|
H A D | GrContext.cpp | 114 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 D | GrBackendSemaphore.h | 26 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 D | GrTypes.h | 189 kOpenGL_GrBackend, enumerator
|
/dports/graphics/aseprite/aseprite-1.2.9/src/she/skia/ |
H A D | skia_window_win.cpp | 215 GrContext::Create(kOpenGL_GrBackend, in attachANGLE() 251 GrContext::Create(kOpenGL_GrBackend, in attachGL()
|
H A D | skia_window_osx.mm | 215 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 D | GrTypes.h | 151 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/gpu/ |
H A D | GrTypes.h | 151 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/ |
H A D | rectangletexture.cpp | 130 if (context->backend() != GrBackendApi::kOpenGL_GrBackend || in onGpuSetup()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/gpu/ |
H A D | GrTypes.h | 198 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/gpu/ |
H A D | GrTypes.h | 198 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/gpu/ |
H A D | GrTypes.h | 198 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/gpu/ |
H A D | GrTypes.h | 198 kOpenGL_GrBackend = kOpenGL, enumerator
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/ |
H A D | GrTypes.h | 135 kOpenGL_GrBackend, in getLibraryName()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/ |
H A D | SkiaGLGlue.cpp | 358 mGrContext.reset(GrContext::Create(kOpenGL_GrBackend, in SkiaGLGlue()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/ |
H A D | SkiaGLGlue.cpp | 310 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 D | SkImage_Gpu.cpp | 382 case kOpenGL_GrBackend: { in make_backend_texture_from_handle()
|
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 4421 SkASSERT(kOpenGL_GrBackend == tex.backend()); in isTestingOnlyBackendTexture() 4435 SkASSERT(kOpenGL_GrBackend == tex->backend()); in deleteTestingOnlyBackendTexture()
|