Searched refs:copy1DRangeFromUnchecked (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/
H A Dcompute.cpp46 ain->copy1DRangeFromUnchecked(0, t->getCount(), buf, t->getCount()*4);
/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);
H A DAllocation.h89 void copy1DRangeFromUnchecked(uint32_t off, size_t count, const void *data, size_t 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...]
H A DMesh.java813 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData);
820 sm.getIndexSetAllocation(0).copy1DRangeFromUnchecked(0, mIndexCount, mIndexData);
/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 1016 milliseconds