Searched refs:mipLevelCount (Results 1 – 2 of 2) sorted by relevance
67 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local68 REPORTER_ASSERT(reporter, mipLevelCount == expectedMipLevelCount); in test_mipmap_generation()69 for (int i = 0; i < mipLevelCount; ++i) { in test_mipmap_generation()
352 int mipLevelCount = significantBits; in ComputeLevelCount() local358 if (mipLevelCount > 0) { in ComputeLevelCount()359 --mipLevelCount; in ComputeLevelCount()362 return mipLevelCount; in ComputeLevelCount()