Searched refs:mipmapLevelControlSupport (Results 1 – 2 of 2) sorted by relevance
353 bool mipmapLevelControlSupport() const { return fMipmapLevelControlSupport; } in mipmapLevelControlSupport() function
841 if (mipLevelCount && this->glCaps().mipmapLevelControlSupport()) { in onWritePixels()1561 if (backendTexture.hasMipMaps() && this->glCaps().mipmapLevelControlSupport()) { in onUpdateCompressedBackendTexture()2762 if (this->glCaps().mipmapLevelControlSupport() && in bindTexture()3550 SkASSERT(this->glCaps().mipmapLevelControlSupport()); in onRegenerateMipMapLevels()3691 if (numMipLevels && this->glCaps().mipmapLevelControlSupport()) { in onClearBackendTexture()