/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 284 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte() 322 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short() 360 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int() 398 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float() 436 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 932 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3() 971 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3() 1010 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3() 1049 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3() 1088 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 286 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte() 324 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short() 362 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int() 400 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float() 438 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 934 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3() 973 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3() 1012 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3() 1051 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3() 1090 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
|
/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
|
D | rsCppStructs.h | 737 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 38221 method @Deprecated public void copy2DRangeTo(int, int, int, int, Object); 38222 method @Deprecated public void copy2DRangeTo(int, int, int, int, byte[]); 38223 method @Deprecated public void copy2DRangeTo(int, int, int, int, short[]); 38224 method @Deprecated public void copy2DRangeTo(int, int, int, int, int[]); 38225 method @Deprecated public void copy2DRangeTo(int, int, int, int, float[]);
|