Searched refs:copy2DRangeFrom (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java121 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/
H A DBlend.java113 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/
H A DBlend.java120 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);
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java734 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0);
1083 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { method in class:Allocation
1099 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
1115 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
1131 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
1147 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
1165 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, method in class:Allocation
1184 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { method in class:Allocation
1190 copy2DRangeFrom(xoff, yoff, newBitmap);
/frameworks/rs/tests/cppbasic/
H A Dcompute.cpp92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf);
/frameworks/rs/tests/cppbasic-shared/
H A Dcompute.cpp92 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf);
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java803 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0);
1145 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { method in class:Allocation
1147 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFrom");
1166 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
1182 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
1198 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
1214 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
1232 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, method in class:Allocation
1235 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFrom");
1256 public void copy2DRangeFrom(in method in class:Allocation
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java281 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);
H A DUT_alloc_copyPadded.java930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
969 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1008 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1047 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1086 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java281 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);
H A DUT_alloc_copyPadded.java930 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
969 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1008 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1047 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
1086 alloc.copy2DRangeFrom(xoff, yoff, xcount, ycount, inArray);
/frameworks/rs/cpp/
H A DAllocation.cpp293 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
313 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
H A DrsCppStructs.h452 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
477 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,

Completed in 550 milliseconds