Home
last modified time | relevance | path

Searched defs:copy1DRangeTo (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java2163 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/
DAllocation.java2265 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/
DAllocation.cpp241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { in copy1DRangeTo() function in Allocation