Searched defs:copy2DRangeFromUnchecked (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java461 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
478 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
495 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
512 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
855 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
862 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
869 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
876 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
896 copy2DRangeFromUnchecked(xoff, yoff, w, h, data);
911 copy2DRangeFromUnchecked(xof
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java527 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
547 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
567 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
587 copy2DRangeFromUnchecked(0, 0, mCurrentDimX, mCurrentDimY, d);
962 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, byte[] data) { method in class:Allocation
963 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFromUnchecked");
971 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, short[] data) { method in class:Allocation
972 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFromUnchecked");
980 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, int[] data) { method in class:Allocation
981 Trace.traceBegin(RenderScript.TRACE_TAG, "copy2DRangeFromUnchecked");
989 void copy2DRangeFromUnchecked(int xoff, int yoff, int w, int h, float[] data) { method in class:Allocation
[all...]

Completed in 82 milliseconds