Searched refs:copy1DRangeFromUnchecked (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/support/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...]
/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...]
H A DMesh.java819 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData);
824 sm.getIndexSetAllocation(0).copy1DRangeFromUnchecked(0, mIndexCount, mIndexData);

Completed in 101 milliseconds