Searched defs:isPOT (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureSizeTests.cpp391 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); local
395 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
414 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); local
418 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
/external/deqp/modules/gles3/functional/
H A Des3fTextureSizeTests.cpp392 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); local
396 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
415 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); local
419 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)

Completed in 123 milliseconds