Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DTexture.cpp103 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()
DTexture.h231 GLuint mImmutableLevels; variable
651 a.mImmutableFormat == b.mImmutableFormat && a.mImmutableLevels == b.mImmutableLevels &&