Home
last modified time | relevance | path

Searched refs:copy2DRangeTo (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
DhelloComputeNDK.cpp56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr); in Java_com_example_android_rs_hellocomputendk_HelloComputeNDK_nativeMono()
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
DUT_alloc_copy.java282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte()
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short()
358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int()
396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float()
434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
DUT_alloc_copyPadded.java931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3()
970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3()
1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3()
1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3()
1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_alloc_copy.java282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Byte()
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Short()
358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Int()
396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Float()
434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in allocation_copy2DRangeTo_Long()
DUT_alloc_copyPadded.java931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Byte3()
970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Short3()
1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Int3()
1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Float3()
1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray); in testAllocation_copy2DRangeTo_Long3()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DAllocation.java1599 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation
1614 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation
1629 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation
1644 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation
1659 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeTo() method in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java1742 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { in copy2DRangeTo() method in Allocation
1757 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { in copy2DRangeTo() method in Allocation
1772 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { in copy2DRangeTo() method in Allocation
1787 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { in copy2DRangeTo() method in Allocation
1802 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { in copy2DRangeTo() method in Allocation
/frameworks/rs/cpp/
DAllocation.cpp322 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, in copy2DRangeTo() function in Allocation
DrsCppStructs.h464 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
/frameworks/support/v8/renderscript/api/
D23.txt32 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
33 method public void copy2DRangeTo(int, int, int, int, byte[]);
34 method public void copy2DRangeTo(int, int, int, int, short[]);
35 method public void copy2DRangeTo(int, int, int, int, int[]);
36 method public void copy2DRangeTo(int, int, int, int, float[]);
Dcurrent.txt32 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
33 method public void copy2DRangeTo(int, int, int, int, byte[]);
34 method public void copy2DRangeTo(int, int, int, int, short[]);
35 method public void copy2DRangeTo(int, int, int, int, int[]);
36 method public void copy2DRangeTo(int, int, int, int, float[]);
/frameworks/base/api/
Dcurrent.txt27169 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
27170 method public void copy2DRangeTo(int, int, int, int, byte[]);
27171 method public void copy2DRangeTo(int, int, int, int, short[]);
27172 method public void copy2DRangeTo(int, int, int, int, int[]);
27173 method public void copy2DRangeTo(int, int, int, int, float[]);
Dsystem-current.txt29228 method public void copy2DRangeTo(int, int, int, int, java.lang.Object);
29229 method public void copy2DRangeTo(int, int, int, int, byte[]);
29230 method public void copy2DRangeTo(int, int, int, int, short[]);
29231 method public void copy2DRangeTo(int, int, int, int, int[]);
29232 method public void copy2DRangeTo(int, int, int, int, float[]);