Home
last modified time | relevance | path

Searched refs:copy2DRangeTo (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/rs/tests/lldb/cpp/WaitAttach/
DWaitAttach.cpp41 b->copy2DRangeTo(0, 0, size, size, output); in main()
/frameworks/rs/tests/lldb/cpp/InfiniteLoop/
DInfiniteLoop.cpp52 b->copy2DRangeTo(0, 0, size, size, output); in main()
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
DMultipleRSFiles.cpp44 b->copy2DRangeTo(0, 0, size, size, output); in main()
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
Djniinfiniteloop.cpp59 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jniinfiniteloop_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
Djninodebugwaitattach.cpp50 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jninodebugwaitattach_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
DBranchingFunCalls.cpp50 b->copy2DRangeTo(0, 0, size, size, output); in main()
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
Djnidebugwaitattach.cpp50 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnidebugwaitattach_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
Djnimultiplersfiles.cpp53 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnimultiplersfiles_MainActivity_nativeRS()
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
Djnibranchingfuncalls.cpp59 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnibranchingfuncalls_MainActivity_nativeRS()
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/frameworks/rs/tests/lldb/cpp/KernelVariables/
DKernelVariables.cpp82 b->copy2DRangeTo(0, 0, size, size, output); in main()
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_alloc_copy.java284 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()
DUT_alloc_copyPadded.java932 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/
DUT_alloc_copy.java286 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()
DUT_alloc_copyPadded.java934 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/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java282 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()
DUT_alloc_copyPadded.java931 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/lldb/jni/KernelVariables/jnikernelvariables/
Djnikernelvariables.cpp91 b->copy2DRangeTo(0, 0, size, size, output); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DAllocation.java2335 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/
DAllocation.java2442 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/
DAllocation.cpp321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() function in Allocation
DrsCppStructs.h737 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
/frameworks/support/api/
D23.0.0.txt9940 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
9941 method public void copy2DRangeTo(int, int, int, int, byte[]);
9942 method public void copy2DRangeTo(int, int, int, int, short[]);
9943 method public void copy2DRangeTo(int, int, int, int, int[]);
9944 method public void copy2DRangeTo(int, int, int, int, float[]);
D23.4.0.txt10875 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
10876 method public void copy2DRangeTo(int, int, int, int, byte[]);
10877 method public void copy2DRangeTo(int, int, int, int, short[]);
10878 method public void copy2DRangeTo(int, int, int, int, int[]);
10879 method public void copy2DRangeTo(int, int, int, int, float[]);
D23.1.0.txt10359 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
10360 method public void copy2DRangeTo(int, int, int, int, byte[]);
10361 method public void copy2DRangeTo(int, int, int, int, short[]);
10362 method public void copy2DRangeTo(int, int, int, int, int[]);
10363 method public void copy2DRangeTo(int, int, int, int, float[]);

12