Home | History | Annotate | Download | only in renderscript

Lines Matching defs:copy1DRangeFrom

610             copy1DRangeFrom(0, mCurrentCount, d);
630 copy1DRangeFrom(0, mCurrentCount, d);
650 copy1DRangeFrom(0, mCurrentCount, d);
670 copy1DRangeFrom(0, mCurrentCount, d);
874 public void copy1DRangeFrom(int off, int count, int[] d) {
875 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
890 public void copy1DRangeFrom(int off, int count, short[] d) {
891 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
906 public void copy1DRangeFrom(int off, int count, byte[] d) {
907 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
922 public void copy1DRangeFrom(int off, int count, float[] d) {
923 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");
937 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) {
938 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFrom");