Searched defs:copy1DRangeToUnchecked (Results  1 – 2 of 2) sorted by relevance
| /frameworks/rs/support/java/src/androidx/renderscript/ | 
| D | Allocation.java | 1998     private void copy1DRangeToUnchecked(int off, int count, Object array,  in copy1DRangeToUnchecked()  method in Allocation 2033     public void copy1DRangeToUnchecked(int off, int count, Object array) {  in copy1DRangeToUnchecked()  method in Allocation 2061     public void copy1DRangeToUnchecked(int off, int count, int[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2087     public void copy1DRangeToUnchecked(int off, int count, short[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2113     public void copy1DRangeToUnchecked(int off, int count, byte[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2139     public void copy1DRangeToUnchecked(int off, int count, float[] d) {  in copy1DRangeToUnchecked()  method in Allocation
  | 
| /frameworks/base/rs/java/android/renderscript/ | 
| D | Allocation.java | 2095     private void copy1DRangeToUnchecked(int off, int count, Object array,  in copy1DRangeToUnchecked()  method in Allocation 2135     public void copy1DRangeToUnchecked(int off, int count, Object array) {  in copy1DRangeToUnchecked()  method in Allocation 2163     public void copy1DRangeToUnchecked(int off, int count, int[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2189     public void copy1DRangeToUnchecked(int off, int count, short[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2215     public void copy1DRangeToUnchecked(int off, int count, byte[] d) {  in copy1DRangeToUnchecked()  method in Allocation 2241     public void copy1DRangeToUnchecked(int off, int count, float[] d) {  in copy1DRangeToUnchecked()  method in Allocation
  |