Searched refs:maxLevels (Results 1 – 1 of 1) sorted by relevance
1117 int maxLevels = 0; in buildMipMap() local1128 maxLevels += 1; in buildMipMap()1133 if (0 == maxLevels) { in buildMipMap()1143 MipMap* mm = MipMap::Alloc(maxLevels, size); in buildMipMap()1155 for (int i = 0; i < maxLevels; i++) { in buildMipMap()