Searched defs:copy1DRangeFrom (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 266 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in AllocationThunker 273 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in AllocationThunker 280 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in AllocationThunker 287 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in AllocationThunker 295 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in AllocationThunker
|
D | Allocation.java | 780 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 794 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 808 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 822 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 836 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 933 public void copy1DRangeFrom(int off, int count, Object array) { in copy1DRangeFrom() method in Allocation 948 public void copy1DRangeFrom(int off, int count, int[] d) { in copy1DRangeFrom() method in Allocation 962 public void copy1DRangeFrom(int off, int count, short[] d) { in copy1DRangeFrom() method in Allocation 976 public void copy1DRangeFrom(int off, int count, byte[] d) { in copy1DRangeFrom() method in Allocation 990 public void copy1DRangeFrom(int off, int count, float[] d) { in copy1DRangeFrom() method in Allocation 1004 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { in copy1DRangeFrom() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 194 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { in copy1DRangeFrom() function in Allocation 225 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, in copy1DRangeFrom() function in Allocation
|