Searched refs:nextPowerOf2 (Results 1 – 8 of 8) sorted by relevance
78 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()79 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()
81 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()82 mTextureHeight = height > 0 ? Utils.nextPowerOf2(height) : 0; in setSize()
265 int textureSize = Utils.nextPowerOf2(source); in stretch()
64 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()111 ? Utils.nextPowerOf2(initialSize) in computeSampleSize()
79 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
41 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Utils
304 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util
342 public static int nextPowerOf2(int n) { in nextPowerOf2() method in CameraUtil