Home
last modified time | relevance | path

Searched refs:copy2DRangeFrom (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DBlend.java113 …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/
DBlend.java121 …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/
DBlend.java120 …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/
DAllocations.cpp155 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/
Djniallocations.cpp159 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/
DBranchingFunCalls.cpp41 a->copy2DRangeFrom(0, 0, size, size, input); in main()
/frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
Djnibranchingfuncalls.cpp50 a->copy2DRangeFrom(0, 0, size, size, input); in Java_com_android_rs_jnibranchingfuncalls_MainActivity_nativeRS()
/frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp53 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/
DAllocation.java984 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/
DKernelVariables.cpp51 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2); in main()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java281 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()
DUT_alloc_copyPadded.java930 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/
DUT_alloc_copy.java285 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()
DUT_reduce_backward.java130 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D()
205 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
DUT_alloc_copyPadded.java933 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()
DUT_reduce.java344 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/
DUT_alloc_copy.java283 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()
DUT_reduce_backward.java128 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in addint2D()
203 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); in fz2()
DUT_alloc_copyPadded.java931 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()
DUT_reduce.java342 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/
Djnikernelvariables.cpp60 int_allocation2->copy2DRangeFrom(0, 0, 2, 2, buffer_int2); in Java_com_android_rs_jnikernelvariables_MainActivity_nativeRS()
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1021 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/
Dcompute.cpp89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute()
/frameworks/rs/cpp/
DAllocation.cpp292 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

12