Home | History | Annotate | Download | only in renderscript

Lines Matching defs:copy1DRangeFrom

1289     public void copy1DRangeFrom(int off, int count, Object array) {
1319 public void copy1DRangeFrom(int off, int count, int[] d) {
1348 public void copy1DRangeFrom(int off, int count, short[] d) {
1377 public void copy1DRangeFrom(int off, int count, byte[] d) {
1406 public void copy1DRangeFrom(int off, int count, float[] d) {
1420 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) {