Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java309 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() method in ScriptIntrinsicBlend
310 forEachDstOut(ain, aout, null); in forEachDstOut()
320 public void forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOut() method in ScriptIntrinsicBlend
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java145 mBlend.forEachDstOut(image1, image2); in runTest()
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScriptIntrinsicBlend.java230 public void forEachDstOut(Allocation ain, Allocation aout) {
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DBlend.java153 mBlend.forEachDstOut(image1, image2); in runTest()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java152 mBlend.forEachDstOut(image1, image2); in runTest()
/aosp12/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp156 void ScriptIntrinsicBlend::forEachDstOut(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDstOut() function in ScriptIntrinsicBlend
H A DrsCppStructs.h3819 void forEachDstOut(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.txt36953 …method @Deprecated public void forEachDstOut(android.renderscript.Allocation, android.renderscript…
36954 …method @Deprecated public void forEachDstOut(android.renderscript.Allocation, android.renderscript…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26617 …method public void forEachDstOut(android.renderscript.Allocation, android.renderscript.Allocation);
26618 …method public void forEachDstOut(android.renderscript.Allocation, android.renderscript.Allocation,…