Searched refs:forEachSrcOver (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 159 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() method in ScriptIntrinsicBlend 160 forEachSrcOver(ain, aout, null); in forEachSrcOver() 170 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 130 mBlend.forEachSrcOver(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 135 public void forEachSrcOver(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 138 mBlend.forEachSrcOver(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 137 mBlend.forEachSrcOver(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 116 void ScriptIntrinsicBlend::forEachSrcOver(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcOver() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3789 void forEachSrcOver(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/base/core/api/ |
D | current.txt | 36903 …method @Deprecated public void forEachSrcOver(android.renderscript.Allocation, android.renderscrip… 36904 …method @Deprecated public void forEachSrcOver(android.renderscript.Allocation, android.renderscrip…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26631 …method public void forEachSrcOver(android.renderscript.Allocation, android.renderscript.Allocation… 26632 …method public void forEachSrcOver(android.renderscript.Allocation, android.renderscript.Allocation…
|