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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java54 super.copy1DRangeFrom(off, count, d);
60 super.copy1DRangeFrom(off, count, d);
66 super.copy1DRangeFrom(off, count, d);
72 super.copy1DRangeFrom(off, count, d);
H A DAllocation.java401 copy1DRangeFrom(0, mCurrentCount, d);
413 copy1DRangeFrom(0, mCurrentCount, d);
425 copy1DRangeFrom(0, mCurrentCount, d);
437 copy1DRangeFrom(0, mCurrentCount, d);
597 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation
611 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation
625 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation
639 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation
653 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation

Completed in 117 milliseconds