Lines Matching defs:levels
839 // If we have mips make sure the base/max levels cover the full range so that the uploads go to
840 // the right levels. We've found some Radeons require this.
1009 SkSTArray<16, GrMipLevel> levels;
1010 levels.resize(numLevels);
1016 // Make one tight image at the first size and reuse it for smaller levels.
1025 levels[i] = {pixelStorage.get(), levelDims.width()*bpp, nullptr};
1029 bpp, levels.begin(), levels.count());
1571 // so that the uploads go to the right levels.
3701 // so that the uploads go to the right levels.