Home | History | Annotate | Download | only in renderscript

Lines Matching defs:copy1DRangeFrom

572             copy1DRangeFrom(0, mCurrentCount, d);
590 copy1DRangeFrom(0, mCurrentCount, d);
608 copy1DRangeFrom(0, mCurrentCount, d);
626 copy1DRangeFrom(0, mCurrentCount, d);
815 public void copy1DRangeFrom(int off, int count, int[] d) {
829 public void copy1DRangeFrom(int off, int count, short[] d) {
843 public void copy1DRangeFrom(int off, int count, byte[] d) {
857 public void copy1DRangeFrom(int off, int count, float[] d) {
871 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) {