/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/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/androidx/renderscript/ |
D | Allocation.java | 989 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0); in copyFrom() 1499 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() method in Allocation 1532 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 1565 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 1598 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 1631 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 1649 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 1668 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation 1674 copy2DRangeFrom(xoff, yoff, newBitmap); in copy2DRangeFrom()
|
/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/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/base/rs/java/android/renderscript/ |
D | Allocation.java | 1025 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0); in copyFrom() 1528 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeFrom() method in Allocation 1566 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeFrom() method in Allocation 1599 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeFrom() method in Allocation 1632 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeFrom() method in Allocation 1665 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeFrom() method in Allocation 1683 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, in copy2DRangeFrom() method in Allocation 1707 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { in copy2DRangeFrom() method in Allocation 1715 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
|
D | rsCppStructs.h | 725 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, 750 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25916 method public void copy2DRangeFrom(int, int, int, int, java.lang.Object); 25917 method public void copy2DRangeFrom(int, int, int, int, byte[]); 25918 method public void copy2DRangeFrom(int, int, int, int, short[]); 25919 method public void copy2DRangeFrom(int, int, int, int, int[]); 25920 method public void copy2DRangeFrom(int, int, int, int, float[]); 25921 … method public void copy2DRangeFrom(int, int, int, int, android.renderscript.Allocation, int, int); 25922 method public void copy2DRangeFrom(int, int, android.graphics.Bitmap);
|
/frameworks/base/core/api/ |
D | current.txt | 38214 method @Deprecated public void copy2DRangeFrom(int, int, int, int, Object); 38215 method @Deprecated public void copy2DRangeFrom(int, int, int, int, byte[]); 38216 method @Deprecated public void copy2DRangeFrom(int, int, int, int, short[]); 38217 method @Deprecated public void copy2DRangeFrom(int, int, int, int, int[]); 38218 method @Deprecated public void copy2DRangeFrom(int, int, int, int, float[]); 38219 …method @Deprecated public void copy2DRangeFrom(int, int, int, int, android.renderscript.Allocation… 38220 method @Deprecated public void copy2DRangeFrom(int, int, android.graphics.Bitmap);
|