Home
last modified time | relevance | path

Searched refs:forEachSrcOut (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java279 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
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java142 mBlend.forEachSrcOut(image1, image2); in runTest()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBlend.java211 public void forEachSrcOut(Allocation ain, Allocation aout) {
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DBlend.java150 mBlend.forEachSrcOut(image1, image2); in runTest()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java149 mBlend.forEachSrcOut(image1, image2); in runTest()
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp148 void ScriptIntrinsicBlend::forEachSrcOut(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcOut() function in ScriptIntrinsicBlend
H A DrsCppStructs.h3813 void forEachSrcOut(const sp<Allocation>& in, const sp<Allocation>& out);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36965 …method @Deprecated public void forEachSrcOut(android.renderscript.Allocation, android.renderscript…
36966 …method @Deprecated public void forEachSrcOut(android.renderscript.Allocation, android.renderscript…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26629 …method public void forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation);
26630 …method public void forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation,…