Searched refs:vsize (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | GetSetTest.java | 80 protected void createWalk(int vsize) { in createWalk() argument 85 final int tw = gCount / vsize; in createWalk() 144 private void verify(byte[] a1, byte[] a2, Allocation alloc, String s, int vsize) { in verify() argument 148 if ((vsize == 3) && ((i % 4) == 3)) { in verify() 158 private void verify(short[] a1, short[] a2, Allocation alloc, String s, int vsize) { in verify() argument 162 if ((vsize == 3) && ((i % 4) == 3)) { in verify() 172 private void verify(int[] a1, int[] a2, Allocation alloc, String s, int vsize) { in verify() argument 176 if ((vsize == 3) && ((i % 4) == 3)) { in verify() 186 private void verify(long[] a1, long[] a2, Allocation alloc, String s, int vsize) { in verify() argument 190 if ((vsize == 3) && ((i % 4) == 3)) { in verify() [all …]
|