Searched refs:twoToTheMipLevel (Results 1 – 1 of 1) sorted by relevance
76 int twoToTheMipLevel = 1 << (i + 1); in test_mipmap_generation() local77 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation()78 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation()