Home
last modified time | relevance | path

Searched defs:copy1DRangeFrom (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java1289 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
1319 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
1348 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
1377 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1406 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1420 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
/frameworks/rs/cpp/
DAllocation.cpp217 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/
DAllocation.java1312 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation
1342 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation
1371 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation
1400 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation
1429 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation
1443 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation