/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | AllocationThunker.java | 178 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in AllocationThunker 181 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in AllocationThunker 184 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in AllocationThunker 187 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in AllocationThunker 191 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in AllocationThunker 196 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in AllocationThunker
|
D | Allocation.java | 884 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 889 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 894 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 899 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 916 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 935 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 226 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() function in Allocation 233 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() function in Allocation
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Allocation.java | 941 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 946 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 951 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 956 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 973 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 992 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation
|