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

/frameworks/rs/cpp/
H A DAllocation.cpp217 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { function in class:Allocation
264 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const sp<const Allocation>& data, function in class:Allocation
274 copy1DRangeFrom(0, mCurrentCount, data);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1312 public void copy1DRangeFrom(int off, int count, Object array) { method in class:Allocation
1342 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
1371 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
1400 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
1429 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
1443 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
1444 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java1289 public void copy1DRangeFrom(int off, int count, Object array) { method in class:Allocation
1319 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
1348 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
1377 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
1406 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
1420 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation

Completed in 135 milliseconds