Home
last modified time | relevance | path

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

/external/skia/tests/
DMipMapTest.cpp67 const int mipLevelCount = mm->countLevels(); in test_mipmap_generation() local
68 REPORTER_ASSERT(reporter, mipLevelCount == expectedMipLevelCount); in test_mipmap_generation()
69 for (int i = 0; i < mipLevelCount; ++i) { in test_mipmap_generation()
/external/skia/src/core/
DSkMipMap.cpp352 int mipLevelCount = significantBits; in ComputeLevelCount() local
358 if (mipLevelCount > 0) { in ComputeLevelCount()
359 --mipLevelCount; in ComputeLevelCount()
362 return mipLevelCount; in ComputeLevelCount()