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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2091 private void copy1DRangeToUnchecked(int off, int count, Object array, method in class:Allocation
2094 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeToUnchecked");
2131 public void copy1DRangeToUnchecked(int off, int count, Object array) { method in class:Allocation
2132 copy1DRangeToUnchecked(off, count, array,
2159 public void copy1DRangeToUnchecked(int off, int count, int[] d) { method in class:Allocation
2160 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length);
2185 public void copy1DRangeToUnchecked(int off, int count, short[] d) { method in class:Allocation
2186 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_16, d.length);
2211 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { method in class:Allocation
2212 copy1DRangeToUnchecked(of
2237 public void copy1DRangeToUnchecked(int off, int count, float[] d) { method in class:Allocation
[all...]
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java542 copy1DRangeToUnchecked(0, mType.getX(), data);
1993 private void copy1DRangeToUnchecked(int off, int count, Object array, method in class:Allocation
2028 public void copy1DRangeToUnchecked(int off, int count, Object array) { method in class:Allocation
2029 copy1DRangeToUnchecked(off, count, array,
2056 public void copy1DRangeToUnchecked(int off, int count, int[] d) { method in class:Allocation
2057 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length);
2082 public void copy1DRangeToUnchecked(int off, int count, short[] d) { method in class:Allocation
2083 copy1DRangeToUnchecked(off, count, (Object)d, Element.DataType.SIGNED_16, d.length);
2108 public void copy1DRangeToUnchecked(int off, int count, byte[] d) { method in class:Allocation
2109 copy1DRangeToUnchecked(of
2134 public void copy1DRangeToUnchecked(int off, int count, float[] d) { method in class:Allocation
[all...]

Completed in 735 milliseconds