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

  /cts/tests/openglperf2/jni/graphics/
GLUtils.h 38 static int roundUpToSmallestPowerOf2(int x);
GLUtils.cpp 199 int GLUtils::roundUpToSmallestPowerOf2(int x) {
214 int w = roundUpToSmallestPowerOf2(texWidth);
215 int h = roundUpToSmallestPowerOf2(texHeight);
  /cts/tests/openglperf2/jni/reference/scene/glowing/
GlowingScene.cpp 29 mFboWidth = GLUtils::roundUpToSmallestPowerOf2(width);
30 mFboHeight = GLUtils::roundUpToSmallestPowerOf2(height);

Completed in 1114 milliseconds