Searched refs:forEachSrcOut (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 279 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() method in ScriptIntrinsicBlend 280 forEachSrcOut(ain, aout, null); in forEachSrcOut() 290 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 142 mBlend.forEachSrcOut(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 211 public void forEachSrcOut(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 150 mBlend.forEachSrcOut(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 149 mBlend.forEachSrcOut(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 148 void ScriptIntrinsicBlend::forEachSrcOut(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcOut() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3813 void forEachSrcOut(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/base/core/api/ |
D | current.txt | 36901 …method @Deprecated public void forEachSrcOut(android.renderscript.Allocation, android.renderscript… 36902 …method @Deprecated public void forEachSrcOut(android.renderscript.Allocation, android.renderscript…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26629 …method public void forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation); 26630 …method public void forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation,…
|