Searched defs:copy1DRangeFrom (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 954 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation 969 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 983 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 997 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 1011 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 1025 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 218 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom() function in Allocation 265 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, in copy1DRangeFrom() function in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1009 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation 1024 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 1038 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 1052 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 1066 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 1080 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|