Searched refs:rectangleTextureSupport (Results 1 – 9 of 9) sorted by relevance
36 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
33 if ((supportRectangle = glGpu->glCaps().rectangleTextureSupport())) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
84 if (!caps->rectangleTextureSupport()) { in GetGLContextIfSupported()
115 !static_cast<const GrGLCaps*>(context->priv().caps())->rectangleTextureSupport()) { in onGpuSetup()
331 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
676 if (!caps.rectangleTextureSupport() && !skipRectTexSupportCheck) { in check_backend_texture()
350 bool rectangleTextureSupport() const { return fRectangleTextureSupport; } in rectangleTextureSupport() function
4502 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()
642 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()