Searched refs:getLastAllocatedLevel (Results 1 – 3 of 3) sorted by relevance
1830 gl::LevelIndex getLastAllocatedLevel() const;
4689 removeStagedUpdates(context, getFirstAllocatedLevel(), getLastAllocatedLevel()); in initImplicitMultisampledRenderToTexture()6509 gl::LevelIndex ImageHelper::getLastAllocatedLevel() const in getLastAllocatedLevel() function in rx::vk::ImageHelper6516 return hasStagedUpdatesInLevels(mFirstAllocatedLevel, getLastAllocatedLevel() + 1); in hasStagedUpdatesInAllocatedLevels()
1940 else if (!baseLevelChanged && (maxLevel <= mImage->getLastAllocatedLevel())) in updateBaseMaxLevels()