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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java396 copy1DRangeFrom(0, mCurrentCount, d);
408 copy1DRangeFrom(0, mCurrentCount, d);
420 copy1DRangeFrom(0, mCurrentCount, d);
432 copy1DRangeFrom(0, mCurrentCount, d);
592 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
606 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
620 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
634 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
648 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation

Completed in 45 milliseconds