Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTextureBindingsResetTest.cpp36 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/gm/
Drectangletexture.cpp115 !static_cast<const GrGLCaps*>(context->priv().caps())->rectangleTextureSupport()) { in onGpuSetup()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h350 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
DGrGLCaps.cpp4557 if (textureType == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatTexturable()
4570 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatAsColorTypeRenderable()
4586 if (format.textureType() == GrTextureType::kRectangle && !this->rectangleTextureSupport()) { in isFormatRenderable()
4883 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()