Searched refs:copy2DRangeFrom (Results 1 - 12 of 12) 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java304 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { method in class:AllocationThunker
306 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
311 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { method in class:AllocationThunker
313 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
318 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { method in class:AllocationThunker
320 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
325 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { method in class:AllocationThunker
327 mN.copy2DRangeFrom(xoff, yoff, w, h, data);
333 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, method in class:AllocationThunker
337 mN.copy2DRangeFrom(xof
342 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { method in class:AllocationThunker
[all...]
H A DAllocation.java533 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, d);
551 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, d);
569 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, d);
587 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, d);
631 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0);
899 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
914 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
929 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
944 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
961 public void copy2DRangeFrom(in method in class:Allocation
980 public void copy2DRangeFrom(int xoff, int yoff, Bitmap data) { method in class:Allocation
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java74 super.copy2DRangeFrom(xoff, yoff, w, h, d);
80 super.copy2DRangeFrom(xoff, yoff, w, h, d);
H A DAllocation.java765 copy2DRangeFrom(0, 0, mCurrentDimX, mCurrentDimY, a, 0, 0);
1049 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, Object array) { method in class:Allocation
1050 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFrom");
1067 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
1083 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
1099 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
1115 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
1133 public void copy2DRangeFrom(int xoff, int yoff, int w, int h, method in class:Allocation
1135 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFrom");
1154 public void copy2DRangeFrom(in method in class:Allocation
[all...]
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp53 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr);
/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/rs/cpp/
H A DAllocation.cpp253 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
262 void Allocation::copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, function in class:Allocation
H A DrsCppStructs.h406 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,
431 void copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h,

Completed in 201 milliseconds