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

/frameworks/rs/cpp/
H A DAllocation.cpp242 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { function in class:Allocation
279 copy1DRangeTo(0, mCurrentCount, data);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1642 public void copy1DRangeTo(int off, int count, Object array) { method in class:Allocation
1657 public void copy1DRangeTo(int off, int count, int[] d) { method in class:Allocation
1671 public void copy1DRangeTo(int off, int count, short[] d) { method in class:Allocation
1685 public void copy1DRangeTo(int off, int count, byte[] d) { method in class:Allocation
1699 public void copy1DRangeTo(int off, int count, float[] d) { method in class:Allocation
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1504 public void copy1DRangeTo(int off, int count, Object array) { method in class:Allocation
1519 public void copy1DRangeTo(int off, int count, int[] d) { method in class:Allocation
1533 public void copy1DRangeTo(int off, int count, short[] d) { method in class:Allocation
1547 public void copy1DRangeTo(int off, int count, byte[] d) { method in class:Allocation
1561 public void copy1DRangeTo(int off, int count, float[] d) { method in class:Allocation

Completed in 170 milliseconds