[go: nahoru, domu]

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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java619 copy1DRangeFromUnchecked(0, mCurrentCount, i);
625 copy1DRangeFromUnchecked(0, mCurrentCount, i);
696 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen);
1045 copy1DRangeFromUnchecked(xoff, count, data);
1137 private void copy1DRangeFromUnchecked(int off, int count, Object array, method in class:Allocation
1140 Trace.traceBegin(RenderScript.TRACE_TAG, "copy1DRangeFromUnchecked");
1178 public void copy1DRangeFromUnchecked(int off, int count, Object array) { method in class:Allocation
1179 copy1DRangeFromUnchecked(off, count, array,
1206 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
1207 copy1DRangeFromUnchecked(of
1232 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { method in class:Allocation
1258 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
1284 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { method in class:Allocation
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java608 copy1DRangeFromUnchecked(0, mCurrentCount, i);
614 copy1DRangeFromUnchecked(0, mCurrentCount, i);
680 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen);
1006 copy1DRangeFromUnchecked(xoff, count, data);
1119 private void copy1DRangeFromUnchecked(int off, int count, Object array, method in class:Allocation
1154 public void copy1DRangeFromUnchecked(int off, int count, Object array) { method in class:Allocation
1155 copy1DRangeFromUnchecked(off, count, array,
1182 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { method in class:Allocation
1183 copy1DRangeFromUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length);
1208 public void copy1DRangeFromUnchecked(in method in class:Allocation
1234 public void copy1DRangeFromUnchecked(int off, int count, byte[] d) { method in class:Allocation
1260 public void copy1DRangeFromUnchecked(int off, int count, float[] d) { method in class:Allocation
[all...]

Completed in 121 milliseconds