Searched defs:copy2DRangeTo (Results  1 – 3 of 3) sorted by relevance
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | Allocation.java | 2340     public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) {  in copy2DRangeTo()  method in Allocation 2372     public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) {  in copy2DRangeTo()  method in Allocation 2404     public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) {  in copy2DRangeTo()  method in Allocation 2436     public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) {  in copy2DRangeTo()  method in Allocation 2468     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 | 2446     public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) {  in copy2DRangeTo()  method in Allocation 2478     public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) {  in copy2DRangeTo()  method in Allocation 2510     public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) {  in copy2DRangeTo()  method in Allocation 2542     public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) {  in copy2DRangeTo()  method in Allocation 2574     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
  |