Searched defs:genRandom (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSUtils.java | 29 public static void genRandom(long seed, int factor, int offset, float array[]) { in genRandom() method in RSUtils 36 public static void genRandom(long seed, int factor, int offset, float array[], in genRandom() method in RSUtils 49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { in genRandom() method in RSUtils 56 public static void genRandom(long seed, int factor, int offset, int array[], in genRandom() method in RSUtils 69 public static void genRandom(long seed, int max, int factor, int offset, int array[], in genRandom() method in RSUtils
|