Home
last modified time | relevance | path

Searched refs:mipmapLevelControlSupport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLCaps.h353 bool mipmapLevelControlSupport() const { return fMipmapLevelControlSupport; } in mipmapLevelControlSupport() function
DGrGLGpu.cpp841 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()