Searched refs:nextPowerOf2 (Results 1 – 9 of 9) sorted by relevance
80 mTextureWidth = width > 0 ? Utils.nextPowerOf2(width) : 0; in setSize()81 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
354 public static int nextPowerOf2(int n) { in nextPowerOf2() method in Util
342 public static int nextPowerOf2(int n) { in nextPowerOf2() method in CameraUtil