Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureSizeTests.cpp380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local
384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSizeTests.cpp380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local
384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height); in init() local
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++) in init()