Searched refs:isPOT (Results 1 – 2 of 2) sorted by relevance
380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()