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

/frameworks/rs/cpp/
H A DAllocation.cpp181 copy1DRangeFromUnchecked(0, mCurrentCount, i);
197 copy1DRangeFromUnchecked(xoff, count, data);
227 void Allocation::copy1DRangeFromUnchecked(uint32_t off, size_t count, const void *data, function in class:Allocation
248 copy1DRangeFromUnchecked(off, count, d, dataLen);
253 copy1DRangeFromUnchecked(off, count, d, dataLen);
258 copy1DRangeFromUnchecked(off, count, d, dataLen);
263 copy1DRangeFromUnchecked(off, count, d, dataLen);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java409 copy1DRangeFromUnchecked(0, mCurrentCount, i);
473 copy1DRangeFromUnchecked(0, mCurrentCount, d);
484 copy1DRangeFromUnchecked(0, mCurrentCount, d);
495 copy1DRangeFromUnchecked(0, mCurrentCount, d);
506 copy1DRangeFromUnchecked(0, mCurrentCount, d);
587 copy1DRangeFromUnchecked(xoff, count, data);
660 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
674 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { method in class:Allocation
688 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
702 public void copy1DRangeFromUnchecked(in method in class:Allocation
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java301 copy1DRangeFromUnchecked(0, mCurrentCount, i);
365 copy1DRangeFromUnchecked(0, mCurrentCount, d);
376 copy1DRangeFromUnchecked(0, mCurrentCount, d);
387 copy1DRangeFromUnchecked(0, mCurrentCount, d);
398 copy1DRangeFromUnchecked(0, mCurrentCount, d);
479 copy1DRangeFromUnchecked(xoff, count, data);
552 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
566 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { method in class:Allocation
580 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
594 public void copy1DRangeFromUnchecked(in method in class:Allocation
[all...]

Completed in 89 milliseconds