Searched defs:copy1DRangeFromUnchecked (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1119 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation 1154 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation 1182 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation 1208 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation 1234 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked() method in Allocation 1260 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1137 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation 1178 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation 1206 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation 1232 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation 1258 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked() method in Allocation 1284 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked() method in Allocation
|