Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.cpp149 GLuint expectedMipLevels = 0; in getMipmapMaxLevel() local
154 expectedMipLevels = static_cast<GLuint>(log2(maxDim)); in getMipmapMaxLevel()
158 expectedMipLevels = static_cast<GLuint>( in getMipmapMaxLevel()
162 return std::min<GLuint>(getEffectiveBaseLevel() + expectedMipLevels, getEffectiveMaxLevel()); in getMipmapMaxLevel()