Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds