Lines Matching refs:currentMipLevel
978 for (int currentMipLevel = 0; currentMipLevel < mipLevelCount; currentMipLevel++) { in allocate_and_populate_texture() local
979 const void* currentMipData = texels[currentMipLevel].fPixels; in allocate_and_populate_texture()
986 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_texture()
990 if (texels[currentMipLevel].fPixels) { in allocate_and_populate_texture()
992 const size_t rowBytes = texels[currentMipLevel].fRowBytes; in allocate_and_populate_texture()
1007 currentMipLevel, in allocate_and_populate_texture()
1033 for (int currentMipLevel = 0; currentMipLevel < mipLevelCount; currentMipLevel++) { in allocate_and_populate_texture() local
1034 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_texture()
1038 const void* currentMipData = texels[currentMipLevel].fPixels; in allocate_and_populate_texture()
1041 const size_t rowBytes = texels[currentMipLevel].fRowBytes; in allocate_and_populate_texture()
1062 currentMipLevel, in allocate_and_populate_texture()
1072 currentMipLevel, in allocate_and_populate_texture()
1187 for (int currentMipLevel = 0; currentMipLevel < mipLevelCount; currentMipLevel++) { in uploadTexData() local
1188 if (!texels[currentMipLevel].fPixels) { in uploadTexData()
1194 int twoToTheMipLevel = 1 << currentMipLevel; in uploadTexData()
1198 const size_t rowBytes = texels[currentMipLevel].fRowBytes; in uploadTexData()
1207 currentMipLevel, in uploadTexData()
1212 texels[currentMipLevel].fPixels)); in uploadTexData()