Searched defs:copy1DRangeTo (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 2163 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2193 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2222 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2251 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2280 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2265 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2295 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2324 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2353 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2382 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { in copy1DRangeTo() function in Allocation
|