Searched refs:copy2DRangeTo (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
H A DUT_alloc_copyPadded.java931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java282 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
320 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
358 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
396 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
434 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
H A DUT_alloc_copyPadded.java931 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
970 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1009 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1048 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
1087 alloc.copy2DRangeTo(xoff, yoff, xcount, ycount, outArray);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java2335 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { method in class:Allocation
2367 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
2399 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
2431 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
2463 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2442 public void copy2DRangeTo(int xoff, int yoff, int w, int h, Object array) { method in class:Allocation
2474 public void copy2DRangeTo(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
2506 public void copy2DRangeTo(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
2538 public void copy2DRangeTo(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
2570 public void copy2DRangeTo(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
/frameworks/rs/cpp/
H A DAllocation.cpp321 void Allocation::copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
H A DrsCppStructs.h737 void copy2DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,

Completed in 286 milliseconds