Searched refs:forEachMultiply (Results 1 – 12 of 12) 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/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 315 public void forEachMultiply(Allocation ain, Allocation aout) {
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 163 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 170 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 171 mBlend.forEachMultiply(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 178 void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out) { in forEachMultiply() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3843 void forEachMultiply(sp<Allocation> in, sp<Allocation> out);
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 363 NO DOC BLOCK: android.renderscript.ScriptIntrinsicBlend Method forEachMultiply(android.renderscript…
|
/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/api/ |
D | test-current.txt | 34096 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 34097 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|
D | current.txt | 34018 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 34019 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|
D | system-current.txt | 36776 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio… 36777 …method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocatio…
|