Home
last modified time | relevance | path

Searched refs:isPOT (Results 1 – 3 of 3) 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()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DRealtimeAnalyser.cpp75 bool isPOT(1UL << log2size == size); in setFftSize() local
77 if (!isPOT || size > MaxFFTSize || size < MinFFTSize) in setFftSize()