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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java292 copy1DRangeFromUnchecked(0, mCurrentCount, i);
356 copy1DRangeFromUnchecked(0, mCurrentCount, d);
367 copy1DRangeFromUnchecked(0, mCurrentCount, d);
378 copy1DRangeFromUnchecked(0, mCurrentCount, d);
389 copy1DRangeFromUnchecked(0, mCurrentCount, d);
469 copy1DRangeFromUnchecked(xoff, count, data);
540 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
554 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { method in class:Allocation
568 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
582 public void copy1DRangeFromUnchecked(in method in class:Allocation
[all...]

Completed in 55 milliseconds