Searched refs:forEachMultiply (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 449 public void forEachMultiply(Allocation ain, Allocation aout) { in forEachMultiply() method in ScriptIntrinsicBlend 450 forEachMultiply(ain, aout, null); in forEachMultiply() 460 public void forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachMultiply() method in ScriptIntrinsicBlend
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 129 BlendingMode.MULTIPLY -> scriptBlend.forEachMultiply( in callBlendForEach() 177 BlendingMode.MULTIPLY -> scriptBlend.forEachMultiply( in callBlendForEach()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 163 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 320 public void forEachMultiply(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 171 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 170 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 188 void ScriptIntrinsicBlend::forEachMultiply(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachMultiply() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3843 void forEachMultiply(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26621 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 26622 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|
/frameworks/base/core/api/ |
D | current.txt | 39073 …method @Deprecated public void forEachMultiply(android.renderscript.Allocation, android.renderscri… 39074 …method @Deprecated public void forEachMultiply(android.renderscript.Allocation, android.renderscri…
|