Home
last modified time | relevance | path

Searched defs:copy1DRangeToUnchecked (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java1993 private void copy1DRangeToUnchecked(int off, int count, Object array, in copy1DRangeToUnchecked() method in Allocation
2028 public void copy1DRangeToUnchecked(int off, int count, Object array) { in copy1DRangeToUnchecked() method in Allocation
2056 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked() method in Allocation
2082 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked() method in Allocation
2108 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked() method in Allocation
2134 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked() method in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2091 private void copy1DRangeToUnchecked(int off, int count, Object array, in copy1DRangeToUnchecked() method in Allocation
2131 public void copy1DRangeToUnchecked(int off, int count, Object array) { in copy1DRangeToUnchecked() method in Allocation
2159 public void copy1DRangeToUnchecked(int off, int count, int[] d) { in copy1DRangeToUnchecked() method in Allocation
2185 public void copy1DRangeToUnchecked(int off, int count, short[] d) { in copy1DRangeToUnchecked() method in Allocation
2211 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { in copy1DRangeToUnchecked() method in Allocation
2237 public void copy1DRangeToUnchecked(int off, int count, float[] d) { in copy1DRangeToUnchecked() method in Allocation