Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTextureBindingsResetTest.cpp36 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DTextureBindingsResetTest.cpp33 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/flutter/skia/gm/
Drectangletexture.cpp84 if (!caps->rectangleTextureSupport()) { in GetGLContextIfSupported()
/third_party/skia/gm/
Drectangletexture.cpp115 !static_cast<const GrGLCaps*>(context->priv().caps())->rectangleTextureSupport()) { in onGpuSetup()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h331 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
DGrGLGpu.cpp676 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h350 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
DGrGLCaps.cpp4502 if (textureType == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatTexturable()
4515 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatAsColorTypeRenderable()
4531 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatRenderable()
4804 if (this->rectangleTextureSupport()) { in getTestingCombinations()
DGrGLGpu.cpp642 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
1378 if (mipLevelCount > 1 || !this->glCaps().rectangleTextureSupport()) { in onCreateTexture()
3646 if (!this->glCaps().rectangleTextureSupport() || mipMapped == GrMipmapped::kYes) { in onCreateBackendTexture()