Home
last modified time | relevance | path

Searched refs:rectangleTextureSupport (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp20 SkASSERT(gpu->glCaps().rectangleTextureSupport()); in sampler_type()
H A DGrGLCaps.h332 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp665 if (!this->glCaps().rectangleTextureSupport()) {
3713 !this->glCaps().rectangleTextureSupport()) {
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLTexture.cpp24 SkASSERT(gpu->glCaps().rectangleTextureSupport()); in sampler_type()
H A DGrGLCaps.h335 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp518 if (!caps.rectangleTextureSupport()) { in check_backend_texture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DTextureBindingsResetTest.cpp36 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Drectangletexture.cpp131 !static_cast<const GrGLCaps*>(context->priv().caps())->rectangleTextureSupport()) { in onGpuSetup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Drectangletexture.cpp106 if (!caps->rectangleTextureSupport()) { in GetGLContextIfSupported()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp677 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp677 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp677 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLCaps.h324 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp677 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h346 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLGpu.cpp636 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLCaps.h340 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
H A DGrGLCaps.cpp4265 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatTexturable()
4278 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatAsColorTypeRenderable()
4294 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatRenderable()
4560 if (this->rectangleTextureSupport()) { in getTestingCombinations()
H A DGrGLGpu.cpp645 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
1287 if (mipLevelCount > 1 || !this->glCaps().rectangleTextureSupport()) { in onCreateTexture()
3571 if (!this->glCaps().rectangleTextureSupport() || mipMapped == GrMipmapped::kYes) { in onCreateBackendTexture()