Searched refs:mImmutableLevels (Results 1 – 2 of 2) sorted by relevance
103 mImmutableLevels(0), in TextureState()126 return std::min(mBaseLevel, mImmutableLevels - 1); in getEffectiveBaseLevel()141 clampedMaxLevel = std::min(clampedMaxLevel, mImmutableLevels - 1); in getEffectiveMaxLevel()934 return mState.mImmutableLevels; in getImmutableLevels()1370 mState.mImmutableLevels = static_cast<GLuint>(levels); in setStorage()1439 mState.mImmutableLevels = static_cast<GLuint>(1); in setStorageMultisample()1467 mState.mImmutableLevels = static_cast<GLuint>(levels); in setStorageExternalMemory()
231 GLuint mImmutableLevels; variable651 a.mImmutableFormat == b.mImmutableFormat && a.mImmutableLevels == b.mImmutableLevels &&