/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte() 320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short() 358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int() 396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float() 434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3() 970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3() 1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3() 1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3() 1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte() 320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short() 358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int() 396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float() 434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3() 970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3() 1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3() 1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3() 1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 1599 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation 1614 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation 1629 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation 1644 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation 1659 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 | 1742 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation 1757 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation 1772 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation 1787 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation 1802 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeTo() method in Allocation
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 322 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() function in Allocation
|
D | rsCppStructs.h | 464 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
|
/frameworks/support/v8/renderscript/api/ |
D | 23.txt | 32 method public void copy2DRangeTo(int, int, int, int, java.lang.Object); 33 method public void copy2DRangeTo(int, int, int, int, byte[]); 34 method public void copy2DRangeTo(int, int, int, int, short[]); 35 method public void copy2DRangeTo(int, int, int, int, int[]); 36 method public void copy2DRangeTo(int, int, int, int, float[]);
|
D | current.txt | 32 method public void copy2DRangeTo(int, int, int, int, java.lang.Object); 33 method public void copy2DRangeTo(int, int, int, int, byte[]); 34 method public void copy2DRangeTo(int, int, int, int, short[]); 35 method public void copy2DRangeTo(int, int, int, int, int[]); 36 method public void copy2DRangeTo(int, int, int, int, float[]);
|
/frameworks/base/api/ |
D | current.txt | 27169 method public void copy2DRangeTo(int, int, int, int, java.lang.Object); 27170 method public void copy2DRangeTo(int, int, int, int, byte[]); 27171 method public void copy2DRangeTo(int, int, int, int, short[]); 27172 method public void copy2DRangeTo(int, int, int, int, int[]); 27173 method public void copy2DRangeTo(int, int, int, int, float[]);
|
D | system-current.txt | 29228 method public void copy2DRangeTo(int, int, int, int, java.lang.Object); 29229 method public void copy2DRangeTo(int, int, int, int, byte[]); 29230 method public void copy2DRangeTo(int, int, int, int, short[]); 29231 method public void copy2DRangeTo(int, int, int, int, int[]); 29232 method public void copy2DRangeTo(int, int, int, int, float[]);
|