Searched defs:copy1DRangeFromUnchecked (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1124 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation 1159 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation 1187 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation 1213 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation 1239 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked() method in Allocation 1265 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1141 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation 1182 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation 1210 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation 1236 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation 1262 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { in copy1DRangeFromUnchecked() method in Allocation 1288 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { in copy1DRangeFromUnchecked() method in Allocation
|