Searched defs:copy1DRangeTo (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Allocation.java | 2168 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2198 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2227 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2256 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2285 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 2269 public void copy1DRangeTo(int off, int count, Object array) { in copy1DRangeTo() method in Allocation 2299 public void copy1DRangeTo(int off, int count, int[] d) { in copy1DRangeTo() method in Allocation 2328 public void copy1DRangeTo(int off, int count, short[] d) { in copy1DRangeTo() method in Allocation 2357 public void copy1DRangeTo(int off, int count, byte[] d) { in copy1DRangeTo() method in Allocation 2386 public void copy1DRangeTo(int off, int count, float[] d) { in copy1DRangeTo() method in Allocation
|
/aosp12/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 241 void Allocation::copy1DRangeTo(uint32_t off, size_t count, void *data) { in copy1DRangeTo() function in Allocation
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |