Searched defs:copy1DRangeFrom (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 1294 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation 1324 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 1353 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 1382 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 1411 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 1425 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 217 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom() function in Allocation 264 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const sp<const Allocation>& data, in copy1DRangeFrom() function in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1316 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation 1346 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 1375 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 1404 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 1433 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 1447 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |