Home
last modified time | relevance | path

Searched refs:copy1DRangeFromUnchecked (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java608 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
614 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
680 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen); in copyFromUnchecked()
1006 copy1DRangeFromUnchecked(xoff, count, data); in setFromFieldPacker()
1119 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation
1154 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation
1155 copy1DRangeFromUnchecked(off, count, array, in copy1DRangeFromUnchecked()
1182 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation
1183 copy1DRangeFromUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length); in copy1DRangeFromUnchecked()
1208 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation
[all …]
/frameworks/base/rs/java/android/renderscript/
DAllocation.java619 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
625 copy1DRangeFromUnchecked(0, mCurrentCount, i); in copyFrom()
696 copy1DRangeFromUnchecked(0, mCurrentCount, array, dt, arrayLen); in copyFromUnchecked()
1045 copy1DRangeFromUnchecked(xoff, count, data); in setFromFieldPacker()
1137 private void copy1DRangeFromUnchecked(int off, int count, Object array, in copy1DRangeFromUnchecked() method in Allocation
1178 public void copy1DRangeFromUnchecked(int off, int count, Object array) { in copy1DRangeFromUnchecked() method in Allocation
1179 copy1DRangeFromUnchecked(off, count, array, in copy1DRangeFromUnchecked()
1206 public void copy1DRangeFromUnchecked(int off, int count, int[] d) { in copy1DRangeFromUnchecked() method in Allocation
1207 copy1DRangeFromUnchecked(off, count, (Object)d, Element.DataType.SIGNED_32, d.length); in copy1DRangeFromUnchecked()
1232 public void copy1DRangeFromUnchecked(int off, int count, short[] d) { in copy1DRangeFromUnchecked() method in Allocation
[all …]
DMesh.java832 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData); in create()
837 sm.getIndexSetAllocation(0).copy1DRangeFromUnchecked(0, mIndexCount, mIndexData); in create()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...