Searched refs:forEachSubtract (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 581 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() method in ScriptIntrinsicBlend 582 forEachSubtract(ain, aout, null); in forEachSubtract() 592 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract() method in ScriptIntrinsicBlend
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicBlend.java | 430 public void forEachSubtract(Allocation ain, Allocation aout) {
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 160 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 167 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 168 mBlend.forEachSubtract(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 194 void ScriptIntrinsicBlend::forEachSubtract(sp<Allocation> in, sp<Allocation> out) { in forEachSubtract() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3855 void forEachSubtract(sp<Allocation> in, sp<Allocation> out);
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 369 NO DOC BLOCK: android.renderscript.ScriptIntrinsicBlend Method forEachSubtract(android.renderscript…
|
/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/api/ |
D | test-current.txt | 34108 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio… 34109 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio…
|
D | current.txt | 34030 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio… 34031 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio…
|
D | system-current.txt | 36788 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio… 36789 …method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocatio…
|