Searched refs:forEachMultiply (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 444 public void forEachMultiply(Allocation ain, Allocation aout) { in forEachMultiply() method in ScriptIntrinsicBlend 445 forEachMultiply(ain, aout, null); in forEachMultiply() 455 public void forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachMultiply() method in ScriptIntrinsicBlend
|
/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 | 315 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/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/non-updatable-api/ |
D | current.txt | 40623 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 40624 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|
/frameworks/base/api/ |
D | current.txt | 40767 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 40768 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|