Searched defs:copy2DRangeTo (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 2335 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation 2367 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation 2399 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation 2431 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation 2463 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeTo() method in Allocation
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 2442 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation 2474 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation 2506 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation 2538 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation 2570 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeTo() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() function in Allocation
|