Home
last modified time | relevance | path

Searched refs:forEachSrcIn (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java214 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() method in ScriptIntrinsicBlend
215 forEachSrcIn(ain, aout, null); in forEachSrcIn()
225 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn() method in ScriptIntrinsicBlend
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
DBlend.java136 mBlend.forEachSrcIn(image1, image2); in runTest()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java162 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() method in ScriptIntrinsicBlend
DScriptIntrinsicBlendThunker.java148 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() method in ScriptIntrinsicBlendThunker
153 mN.forEachSrcIn(aint.getNObj(), aoutt.getNObj()); in forEachSrcIn()
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
DBlend.java144 mBlend.forEachSrcIn(image1, image2); in runTest()
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
DBlend.java143 mBlend.forEachSrcIn(image1, image2); in runTest()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp121 void ScriptIntrinsicBlend::forEachSrcIn(sp<Allocation> in, sp<Allocation> out) { in forEachSrcIn() function in ScriptIntrinsicBlend
DrsCppStructs.h1489 void forEachSrcIn(sp<Allocation> in, sp<Allocation> out);
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt366 NO DOC BLOCK: android.renderscript.ScriptIntrinsicBlend Method forEachSrcIn(android.renderscript.Al…
/frameworks/base/api/
Dsystem-current.txt28219 … method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation);
28220 …method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation, …
Dcurrent.txt26627 … method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation);
26628 …method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation, …