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

/frameworks/rs/cpp/
H A DAllocation.cpp194 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { function in class:Allocation
225 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, function in class:Allocation
235 copy1DRangeFrom(0, mCurrentCount, data);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java266 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:AllocationThunker
268 mN.copy1DRangeFrom(off, count, d);
273 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:AllocationThunker
275 mN.copy1DRangeFrom(off, count, d);
280 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:AllocationThunker
282 mN.copy1DRangeFrom(off, count, d);
287 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:AllocationThunker
289 mN.copy1DRangeFrom(off, count, d);
295 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:AllocationThunker
298 mN.copy1DRangeFrom(of
[all...]
H A DAllocation.java535 copy1DRangeFrom(0, mCurrentCount, d);
553 copy1DRangeFrom(0, mCurrentCount, d);
571 copy1DRangeFrom(0, mCurrentCount, d);
589 copy1DRangeFrom(0, mCurrentCount, d);
780 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
794 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
808 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
822 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
836 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java933 public void copy1DRangeFrom(int off, int count, Object array) { method in class:Allocation
948 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
962 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
976 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
990 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
1004 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
1005 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");

Completed in 441 milliseconds