/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Blend.java | 121 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 175 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
Blend.java | 113 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 167 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Blend.java | 120 image1.copy2DRangeFrom(0, 0, mInPixelsAllocation.getType().getX(), mInPixelsAllocation.getType().getY(), mInPixelsAllocation, 0, 0); 121 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0); 174 mOutPixelsAllocation.copy2DRangeFrom(0, 0, image2.getType().getX(), image2.getType().getY(), image2, 0, 0);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationCopy2DRangeTest.java | 47 mInAllocation.copy2DRangeFrom(0, 0, width, height, inArray);
|
ImageProcessingTest.java | 89 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 666 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 667 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); 677 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 678 a2_copy.copy2DRangeFrom(0, 0, a2.getType().getX(), a2.getType().getY(), a2, 0, 0); 695 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 718 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 743 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0); 789 a1_copy.copy2DRangeFrom(0, 0, a1.getType().getX(), a1.getType().getY(), a1, 0, 0);
|
AllocationCopyToTest.java | 237 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 272 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 275 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, (Object) inArray); 316 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 350 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 384 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
|
AllocationTest.java | 496 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); 523 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); 551 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); 578 A.copy2DRangeFrom(xOffset, yOffset, width, height, src); 604 dstA.copy2DRangeFrom(xOffset, yOffset, width, height, srcA, xOffset, yOffset); 630 dstA.copy2DRangeFrom(xOffset, yOffset, width, height, srcA, xOffset, yOffset);
|
AllocationCopyPaddedTest.java | 796 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 831 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 871 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 906 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); [all...] |
ReduceTest.java | 191 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); 385 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray);
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 107 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 142 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 188 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 238 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 274 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 322 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 323 outputAlloc->copy2DRangeFrom(0, 0, X, Y, output); 419 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 423 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input); 473 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input) [all...] |
rs_jni_allocation.cpp | 262 alloc->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); 294 srcA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, src); 296 dstA->copy2DRangeFrom(xOffset, yOffset, xCount, yCount, srcA, xOffset, yOffset);
|
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/ |
helloComputeNDK.cpp | 53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | [all...] |
/frameworks/rs/tests/cppbasic/ |
compute.cpp | 92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf);
|
/frameworks/rs/tests/cppbasic-shared/ |
compute.cpp | 92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf);
|
/frameworks/base/rs/java/android/renderscript/ |
Allocation.java | [all...] |
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_alloc_copy.java | 281 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 319 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 357 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 395 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 433 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
|
UT_reduce.java | 112 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); 181 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray);
|
UT_reduce_backward.java | 112 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); 181 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray);
|
UT_alloc_copyPadded.java | 930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); [all...] |
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_alloc_copy.java | 281 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 319 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 357 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 395 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); 433 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
|
UT_alloc_copyPadded.java | 930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray); [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_reduce_backward.java | 122 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray); 197 inputAllocation.copy2DRangeFrom(0, 0, dimX, dimY, inputArray);
|
/frameworks/rs/cpp/ |
Allocation.cpp | 292 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 312 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
|
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |