HomeSort by relevance Sort by last modified time
    Searched refs:isPOT (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 380 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
384 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)
403 bool isPOT = deIsPowerOfTwo32(width) && deIsPowerOfTwo32(height);
407 for (int mipmap = 0; mipmap < (isPOT ? 2 : 1); mipmap++)

Completed in 1145 milliseconds