Searched refs:forEachSrc (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 90 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() method in ScriptIntrinsicBlend 91 forEachSrc(ain, aout, null); in forEachSrc() 101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 124 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 90 public void forEachSrc(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 132 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 131 mBlend.forEachSrc(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 100 void ScriptIntrinsicBlend::forEachSrc(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrc() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3777 void forEachSrc(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26623 method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation); 26624 …method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation, an…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 40625 method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation); 40626 …method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation, an…
|
/frameworks/base/api/ |
D | current.txt | 40769 method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation); 40770 …method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation, an…
|