Searched refs:isPOT (Results 1 – 3 of 3) 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()
75 bool isPOT(1UL << log2size == size); in setFftSize() local77 if (!isPOT || size > MaxFFTSize || size < MinFFTSize) in setFftSize()