/frameworks/rs/cpp/ |
H A D | Allocation.cpp | 169 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, const void *data) { function in class:Allocation 198 void Allocation::copy1DRangeFrom(uint32_t off, size_t count, sp<const Allocation> data, function in class:Allocation 208 copy1DRangeFrom(0, mCurrentCount, data);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | AllocationThunker.java | 160 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:AllocationThunker 161 mN.copy1DRangeFrom(off, count, d); 163 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:AllocationThunker 164 mN.copy1DRangeFrom(off, count, d); 166 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:AllocationThunker 167 mN.copy1DRangeFrom(off, count, d); 169 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:AllocationThunker 170 mN.copy1DRangeFrom(off, count, d); 173 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:AllocationThunker 175 mN.copy1DRangeFrom(of [all...] |
H A D | Allocation.java | 514 copy1DRangeFrom(0, mCurrentCount, d); 532 copy1DRangeFrom(0, mCurrentCount, d); 550 copy1DRangeFrom(0, mCurrentCount, d); 568 copy1DRangeFrom(0, mCurrentCount, d); 757 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation 771 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation 785 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation 799 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation 813 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Allocation.java | 572 copy1DRangeFrom(0, mCurrentCount, d); 590 copy1DRangeFrom(0, mCurrentCount, d); 608 copy1DRangeFrom(0, mCurrentCount, d); 626 copy1DRangeFrom(0, mCurrentCount, d); 815 public void copy1DRangeFrom(int off, int count, int[] d) { method in class:Allocation 829 public void copy1DRangeFrom(int off, int count, short[] d) { method in class:Allocation 843 public void copy1DRangeFrom(int off, int count, byte[] d) { method in class:Allocation 857 public void copy1DRangeFrom(int off, int count, float[] d) { method in class:Allocation 871 public void copy1DRangeFrom(int off, int count, Allocation data, int dataOff) { method in class:Allocation
|