Searched refs:isPOT (Results 1 – 2 of 2) sorted by relevance
391 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local395 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()414 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local418 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()
392 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local396 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()415 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local419 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()