Home
last modified time | relevance | path

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

/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/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/androidx/renderscript/
DAllocation.java989 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/
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/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/base/rs/java/android/renderscript/
DAllocation.java1025 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/
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
DrsCppStructs.h725 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25916 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/
Dcurrent.txt38214 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);