Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
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
/frameworks/rs/toolkit/test/
DIntrinsicBlend.kt117 BlendingMode.DST_OUT -> scriptBlend.forEachDstOut( in callBlendForEach()
165 BlendingMode.DST_OUT -> scriptBlend.forEachDstOut( in callBlendForEach()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DBlend.java145 mBlend.forEachDstOut(image1, image2); in runTest()
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBlend.java230 public void forEachDstOut(Allocation ain, Allocation aout) {
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DBlend.java153 mBlend.forEachDstOut(image1, image2); in runTest()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DBlend.java152 mBlend.forEachDstOut(image1, image2); in runTest()
/frameworks/rs/cpp/
DScriptIntrinsics.cpp156 void ScriptIntrinsicBlend::forEachDstOut(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDstOut() function in ScriptIntrinsicBlend
DrsCppStructs.h3819 void forEachDstOut(const sp<Allocation>& in, const sp<Allocation>& out);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26617 …method public void forEachDstOut(android.renderscript.Allocation, android.renderscript.Allocation);
26618 …method public void forEachDstOut(android.renderscript.Allocation, android.renderscript.Allocation,…
/frameworks/base/core/api/
Dcurrent.txt39069 …method @Deprecated public void forEachDstOut(android.renderscript.Allocation, android.renderscript…
39070 …method @Deprecated public void forEachDstOut(android.renderscript.Allocation, android.renderscript…