Searched defs:twoToTheMipLevel (Results 1 – 4 of 4) sorted by relevance
78 int twoToTheMipLevel = 1 << (i + 1); in test_mipmap_generation() local
79 int twoToTheMipLevel = 1 << (i + 1); in test_mipmap_generation() local
976 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_texture() local1009 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_texture() local1082 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_compressed_texture() local1108 int twoToTheMipLevel = 1 << currentMipLevel; in allocate_and_populate_compressed_texture() local1238 int twoToTheMipLevel = 1 << currentMipLevel; in uploadTexData() local1273 int twoToTheMipLevel = 1 << currentMipLevel; in uploadTexData() local1331 int twoToTheMipLevel = 1 << currentMipLevel; in uploadTexData() local
1671 const int twoToTheMipLevel = 1 << level; in createTexture() local