Searched refs:forEach (Results 26 - 50 of 62) sorted by relevance

123

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicLUTThunker.java77 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicLUTThunker
81 mN.forEach(aint.getNObj(), aoutt.getNObj());
H A DScriptIntrinsicYuvToRGBThunker.java55 public void forEach(Allocation aout) { method in class:ScriptIntrinsicYuvToRGBThunker
58 mN.forEach(aoutt.getNObj());
H A DScriptIntrinsicColorMatrix.java156 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrix
157 forEach(0, ain, aout, null);
H A DScriptIntrinsicColorMatrixThunker.java87 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrixThunker
91 mN.forEach(aint.getNObj(), aoutt.getNObj());
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java88 mConvolve.forEach(mScratchPixelsAllocation1);
89 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
H A DColorMatrix.java63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve3x3.java67 mIntrinsic.forEach(mOutPixelsAllocation);
H A DCrossProcess.java60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DUsageIO.java62 mMatrix.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
H A DColorCube.java81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve5x5.java81 mIntrinsic.forEach(mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DGroupTest.java96 mConvolve.forEach(mScratchPixelsAllocation1);
97 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
H A DColorMatrix.java79 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DCrossProcess.java60 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DBlur25G.java82 mIntrinsic.forEach(mScratchPixelsAllocation2);
H A DColorCube.java81 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicColorMatrix.java224 public void forEach(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicColorMatrix
225 forEach(ain, aout, null);
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicColorMatrix
269 forEach(0, ain, aout, null, opt);
H A DScriptIntrinsicResize.java98 forEach(0, (Allocation) null, aout, null, opt);
H A DScript.java130 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) { method in class:Script
157 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) { method in class:Script
167 forEach(slot, ain, aout, v);
190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) { method in class:Script
191 forEach(slot, ains, aout, v, new LaunchOptions());
199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) { method in class:Script
213 forEach(slot, ains, aout, v);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DConvolve3x3.java60 mIntrinsic.forEach(mOutPixelsAllocation);
H A DCrossProcess.java57 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DBlur25G.java76 mIntrinsic.forEach(mScratchPixelsAllocation2);
H A DColorCube.java73 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
H A DConvolve5x5.java74 mIntrinsic.forEach(mOutPixelsAllocation);
/frameworks/rs/cpp/
H A DScript.cpp29 void Script::forEach(uint32_t slot, sp<const Allocation> ain, sp<const Allocation> aout, function in class:Script

Completed in 112 milliseconds

123