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.java2168 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation
2198 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation
2227 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation
2256 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation
2285 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2269 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation
2299 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation
2328 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation
2357 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation
2386 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