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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java287 copy1DRangeFromUnchecked(0, mCurrentCount, i);
351 copy1DRangeFromUnchecked(0, mCurrentCount, d);
362 copy1DRangeFromUnchecked(0, mCurrentCount, d);
373 copy1DRangeFromUnchecked(0, mCurrentCount, d);
384 copy1DRangeFromUnchecked(0, mCurrentCount, d);
464 copy1DRangeFromUnchecked(xoff, count, data);
535 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
549 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { method in class:Allocation
563 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
577 public void copy1DRangeFromUnchecked(in method in class:Allocation
[all...]
H A DMesh.java761 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mVtxCount / floatCount, mVtxData);
768 sm.getIndexSetAllocation(0).copy1DRangeFromUnchecked(0, mIndexCount, mIndexData);

Completed in 296 milliseconds