Searched refs:forEachSrcIn (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 214 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/ |
D | Blend.java | 136 mBlend.forEachSrcIn(image1, image2); in runTest()
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 162 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() method in ScriptIntrinsicBlend
|
D | ScriptIntrinsicBlendThunker.java | 148 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/ |
D | Blend.java | 144 mBlend.forEachSrcIn(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 143 mBlend.forEachSrcIn(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 121 void ScriptIntrinsicBlend::forEachSrcIn(sp<Allocation> in, sp<Allocation> out) { in forEachSrcIn() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 1489 void forEachSrcIn(sp<Allocation> in, sp<Allocation> out);
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 366 NO DOC BLOCK: android.renderscript.ScriptIntrinsicBlend Method forEachSrcIn(android.renderscript.Al…
|
/frameworks/base/api/ |
D | system-current.txt | 28219 … method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation); 28220 …method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation, …
|
D | current.txt | 26627 … method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation); 26628 …method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation, …
|