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

/frameworks/rs/cpp/
H A DAllocation.cpp176 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { function in class:Allocation
207 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, function in class:Allocation
217 copy1DRangeFrom(0, mCurrentCount, data);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java252 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:AllocationThunker
254 mN.copy1DRangeFrom(off, count, d);
259 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:AllocationThunker
261 mN.copy1DRangeFrom(off, count, d);
266 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:AllocationThunker
268 mN.copy1DRangeFrom(off, count, d);
273 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:AllocationThunker
275 mN.copy1DRangeFrom(off, count, d);
281 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:AllocationThunker
284 mN.copy1DRangeFrom(of
[all...]
H A DAllocation.java532 copy1DRangeFrom(0, mCurrentCount, d);
550 copy1DRangeFrom(0, mCurrentCount, d);
568 copy1DRangeFrom(0, mCurrentCount, d);
586 copy1DRangeFrom(0, mCurrentCount, d);
775 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
789 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
803 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
817 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
831 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java610 copy1DRangeFrom(0, mCurrentCount, d);
630 copy1DRangeFrom(0, mCurrentCount, d);
650 copy1DRangeFrom(0, mCurrentCount, d);
670 copy1DRangeFrom(0, mCurrentCount, d);
874 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
875 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
890 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
891 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
906 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
907 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
922 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
937 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
[all...]

Completed in 134 milliseconds