Home
last modified time | relevance | path

Searched refs:roundUpToSmallestPowerOf2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp199 int GLUtils::roundUpToSmallestPowerOf2(int x) { in roundUpToSmallestPowerOf2() function in GLUtils
214 int w = roundUpToSmallestPowerOf2(texWidth); in genTexture()
215 int h = roundUpToSmallestPowerOf2(texHeight); in genTexture()
DGLUtils.h38 static int roundUpToSmallestPowerOf2(int x);
/cts/tests/openglperf2/jni/reference/scene/glowing/
DGlowingScene.cpp29 mFboWidth = GLUtils::roundUpToSmallestPowerOf2(width); in GlowingScene()
30 mFboHeight = GLUtils::roundUpToSmallestPowerOf2(height); in GlowingScene()