HomeSort by relevance Sort by last modified time
    Searched full:randvec_ushort (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_agree.java 122 private int[] randvec_ushort(int dim) { method in class:UT_math_agree
319 int[] rand_us2_0 = randvec_ushort(2);
320 int[] rand_us3_0 = randvec_ushort(3);
321 int[] rand_us4_0 = randvec_ushort(4);
323 int[] rand_us2_1 = randvec_ushort(2);
324 int[] rand_us3_1 = randvec_ushort(3);
325 int[] rand_us4_1 = randvec_ushort(4);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_math_agree.java 122 private int[] randvec_ushort(int dim) { method in class:UT_math_agree
319 int[] rand_us2_0 = randvec_ushort(2);
320 int[] rand_us3_0 = randvec_ushort(3);
321 int[] rand_us4_0 = randvec_ushort(4);
323 int[] rand_us2_1 = randvec_ushort(2);
324 int[] rand_us3_1 = randvec_ushort(3);
325 int[] rand_us4_1 = randvec_ushort(4);

Completed in 441 milliseconds