Searched refs:forEachSubtract (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 586 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() method in ScriptIntrinsicBlend 587 forEachSubtract(ain, aout, null); in forEachSubtract() 597 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract() method in ScriptIntrinsicBlend
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 135 BlendingMode.SUBTRACT -> scriptBlend.forEachSubtract( in callBlendForEach() 183 BlendingMode.SUBTRACT -> scriptBlend.forEachSubtract( in callBlendForEach()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 160 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 435 public void forEachSubtract(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 168 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 167 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 204 void ScriptIntrinsicBlend::forEachSubtract(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSubtract() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3855 void forEachSubtract(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 | 26633 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio… 26634 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio…
|
/frameworks/base/core/api/ |
D | current.txt | 39085 …method @Deprecated public void forEachSubtract(android.renderscript.Allocation, android.renderscri… 39086 …method @Deprecated public void forEachSubtract(android.renderscript.Allocation, android.renderscri…
|