Searched refs:forEachSrcOut (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 274 public void forEachSrcOut(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend 275 forEachSrcOut(ain, aout, null); 285 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicBlend
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
H A D | Blend.java | 150 mBlend.forEachSrcOut(image1, image2);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
H A D | Blend.java | 142 mBlend.forEachSrcOut(image1, image2);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | Blend.java | 149 mBlend.forEachSrcOut(image1, image2);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBlend.java | 206 public void forEachSrcOut(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
|
/frameworks/rs/cpp/ |
H A D | ScriptIntrinsics.cpp | 138 void ScriptIntrinsicBlend::forEachSrcOut(sp<Allocation> in, sp<Allocation> out) { function in class:ScriptIntrinsicBlend
|
H A D | rsCppStructs.h | 3813 void forEachSrcOut(sp<Allocation> in, sp<Allocation> out);
|
Completed in 201 milliseconds