Searched refs:expectedMipLevels (Results 1 – 1 of 1) sorted by relevance
149 GLuint expectedMipLevels = 0; in getMipmapMaxLevel() local154 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()