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

/frameworks/rs/cpp/
H A DAllocation.cpp218 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { function in class:Allocation
265 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, function in class:Allocation
275 copy1DRangeFrom(0, mCurrentCount, data);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1009 public void copy1DRangeFrom(int off, int count, Object array) { method in class:Allocation
1024 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
1038 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
1052 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
1066 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
1080 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
1081 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java954 public void copy1DRangeFrom(int off, int count, Object array) { method in class:Allocation
969 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
983 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
997 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
1011 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
1025 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation

Completed in 834 milliseconds