Home | History | Annotate | Download | only in core

Lines Matching refs:maxLevels

1332     int     maxLevels = 0;
1343 maxLevels += 1;
1348 if (0 == maxLevels) {
1358 MipMap* mm = MipMap::Alloc(maxLevels, size);
1370 for (int i = 0; i < maxLevels; i++) {