Searched refs:roundUpToSmallestPowerOf2 (Results 1 – 3 of 3) sorted by relevance
199 int GLUtils::roundUpToSmallestPowerOf2(int x) { in roundUpToSmallestPowerOf2() function in GLUtils214 int w = roundUpToSmallestPowerOf2(texWidth); in genTexture()215 int h = roundUpToSmallestPowerOf2(texHeight); in genTexture()
38 static int roundUpToSmallestPowerOf2(int x);
29 mFboWidth = GLUtils::roundUpToSmallestPowerOf2(width); in GlowingScene()30 mFboHeight = GLUtils::roundUpToSmallestPowerOf2(height); in GlowingScene()