/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 113 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 114 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 167 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 121 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 122 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 175 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 120 …image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().g… in runTest() 121 …image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType()… in runTest() 174 …mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image… in runTest()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 155 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int); in initSignedAllocations() 163 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long); in initSignedAllocations() 226 mUChar2Allocation->copy2DRangeFrom(0, 0, 2, 6, buffer_char); in initUnsignedAllocations() 234 mUShort3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_short); in initUnsignedAllocations() 308 mHalf3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_half); in initFloatAllocations() 316 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 159 mInt3Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_int); in initSignedAllocations() 167 mLong4Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_long); in initSignedAllocations() 230 mUChar2Allocation->copy2DRangeFrom(0, 0, 2, 6, buffer_char); in initUnsignedAllocations() 238 mUShort3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_short); in initUnsignedAllocations() 312 mHalf3Allocation->copy2DRangeFrom(0, 0, 1, 6, buffer_half); in initFloatAllocations() 320 mFloat4Allocation->copy2DRangeFrom(0, 0, 3, 2, buffer_float); in initFloatAllocations()
|
/frameworks/rs/tests/lldb/cpp/BranchingFunCalls/ |
D | BranchingFunCalls.cpp | 41 a->copy2DRangeFrom(0, 0, size, size, input); in main()
|
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/ |
D | jnibranchingfuncalls.cpp | 50 a->copy2DRangeFrom(0, 0, size, size, input); in Java_com_android_rs_jnibranchingfuncalls_MainActivity_nativeRS()
|
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/ |
D | helloComputeNDK.cpp | 53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Allocation.java | 984 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0); in copyFrom() 1494 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() method in Allocation 1527 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 1560 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 1593 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 1626 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 1644 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 1663 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation 1669 copy2DRangeFrom(xoff, yoff, newBitmap); in copy2DRangeFrom()
|
/frameworks/rs/tests/lldb/cpp/KernelVariables/ |
D | KernelVariables.cpp | 51 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2); in main()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_alloc_copy.java | 281 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Byte() 319 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Short() 357 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Int() 395 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Float() 433 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Long()
|
D | UT_alloc_copyPadded.java | 930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Byte3() 969 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Short3() 1008 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Int3() 1047 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Float3() 1086 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Long3()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 285 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Byte() 323 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Short() 361 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Int() 399 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Float() 437 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Long()
|
D | UT_reduce_backward.java | 130 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D() 205 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
|
D | UT_alloc_copyPadded.java | 933 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Byte3() 972 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Short3() 1011 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Int3() 1050 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Float3() 1089 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Long3()
|
D | UT_reduce.java | 344 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D() 763 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_alloc_copy.java | 283 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Byte() 321 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Short() 359 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Int() 397 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Float() 435 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in allocation_copy2DRangeTo_Long()
|
D | UT_reduce_backward.java | 128 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D() 203 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
|
D | UT_alloc_copyPadded.java | 931 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Byte3() 970 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Short3() 1009 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Int3() 1048 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Float3() 1087 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); in testAllocation_copy2DRangeTo_Long3()
|
D | UT_reduce.java | 342 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D() 761 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
|
/frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/ |
D | jnikernelvariables.cpp | 60 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 1021 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0); in copyFrom() 1524 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() method in Allocation 1562 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 1595 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 1628 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 1661 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 1679 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 1703 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation 1711 copy2DRangeFrom(xoff, yoff, newBitmap); in copy2DRangeFrom()
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | compute.cpp | 89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | compute.cpp | 89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
|
/frameworks/rs/cpp/ |
D | Allocation.cpp | 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() function in Allocation 312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeFrom() function in Allocation
|