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

/frameworks/rs/cpp/
H A DAllocation.cpp241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { function in class:Allocation
278 copy1DRangeTo(0, mCurrentCount, data);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2265 public void copy1DRangeTo(int off, int count, Object array) { method in class:Allocation
2295 public void copy1DRangeTo(int off, int count, int[] d) { method in class:Allocation
2324 public void copy1DRangeTo(int off, int count, short[] d) { method in class:Allocation
2353 public void copy1DRangeTo(int off, int count, byte[] d) { method in class:Allocation
2382 public void copy1DRangeTo(int off, int count, float[] d) { method in class:Allocation
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2163 public void copy1DRangeTo(int off, int count, Object array) { method in class:Allocation
2193 public void copy1DRangeTo(int off, int count, int[] d) { method in class:Allocation
2222 public void copy1DRangeTo(int off, int count, short[] d) { method in class:Allocation
2251 public void copy1DRangeTo(int off, int count, byte[] d) { method in class:Allocation
2280 public void copy1DRangeTo(int off, int count, float[] d) { method in class:Allocation

Completed in 1531 milliseconds