Searched refs:maxMipMapLevel (Results 1 – 5 of 5) sorted by relevance
32 void setMaxMipMapLevel(int maxMipMapLevel) const { in setMaxMipMapLevel() argument33 fTexture->fMaxMipMapLevel = maxMipMapLevel; in setMaxMipMapLevel()36 int maxMipMapLevel() const { in maxMipMapLevel() function
266 resourceProv.findOrCreateCompatibleSampler(params, srcTex->texturePriv().maxMipMapLevel()); in copySurfaceAsDraw()
384 texture->texturePriv().maxMipMapLevel())); in writeSamplers()
413 int currentMipLevels = vkTex->texturePriv().maxMipMapLevel() + 1; in onWritePixels()633 SkASSERT(1 == mipLevelCount || mipLevelCount == (tex->texturePriv().maxMipMapLevel() + 1)); in uploadTexDataOptimal()
2999 newTexParams.fMaxMipMapLevel = texture->texturePriv().maxMipMapLevel(); in bindTexture()4048 if (0 == texture->texturePriv().maxMipMapLevel()) { in generateMipmap()