/frameworks/rs/tests/lldb/cpp/InfiniteLoop/ |
D | InfiniteLoop.cpp | 52 b->copy2DRangeTo(0, 0, size, size, output); in main()
|
/frameworks/rs/tests/lldb/cpp/WaitAttach/ |
D | WaitAttach.cpp | 41 b->copy2DRangeTo(0, 0, size, size, output); in main()
|
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/ |
D | MultipleRSFiles.cpp | 44 b->copy2DRangeTo(0, 0, size, size, output); in main()
|
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/ |
D | jniinfiniteloop.cpp | 59 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jniinfiniteloop_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/ |
D | jninodebugwaitattach.cpp | 50 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jninodebugwaitattach_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/ |
D | BranchingFunCalls.cpp | 50 b->copy2DRangeTo(0, 0, size, size, output); in main()
|
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/ |
D | jnidebugwaitattach.cpp | 50 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnidebugwaitattach_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/ |
D | jnimultiplersfiles.cpp | 53 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnimultiplersfiles_MainActivity_nativeRS()
|
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/ |
D | jnibranchingfuncalls.cpp | 59 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnibranchingfuncalls_MainActivity_nativeRS()
|
/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/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/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/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 82 b->copy2DRangeTo(0, 0, size, size, output); in main()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 91 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/rs/support/java/src/androidx/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
|
D | rsCppStructs.h | 737 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39771 method public void copy2DRangeTo(int, int, int, int, Object); 39772 method public void copy2DRangeTo(int, int, int, int, byte[]); 39773 method public void copy2DRangeTo(int, int, int, int, short[]); 39774 method public void copy2DRangeTo(int, int, int, int, int[]); 39775 method public void copy2DRangeTo(int, int, int, int, float[]);
|
/frameworks/base/api/ |
D | current.txt | 39915 method public void copy2DRangeTo(int, int, int, int, Object); 39916 method public void copy2DRangeTo(int, int, int, int, byte[]); 39917 method public void copy2DRangeTo(int, int, int, int, short[]); 39918 method public void copy2DRangeTo(int, int, int, int, int[]); 39919 method public void copy2DRangeTo(int, int, int, int, float[]);
|