Searched refs:forEachSrcAtop (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 340 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() method in ScriptIntrinsicBlend 341 forEachSrcAtop(ain, aout, null); in forEachSrcAtop() 352 public void forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcAtop() method in ScriptIntrinsicBlend
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 120 BlendingMode.SRC_ATOP -> scriptBlend.forEachSrcAtop( in callBlendForEach() 168 BlendingMode.SRC_ATOP -> scriptBlend.forEachSrcAtop( in callBlendForEach()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 148 mBlend.forEachSrcAtop(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 250 public void forEachSrcAtop(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 156 mBlend.forEachSrcAtop(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 155 mBlend.forEachSrcAtop(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 164 void ScriptIntrinsicBlend::forEachSrcAtop(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachSrcAtop() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3825 void forEachSrcAtop(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26625 …method public void forEachSrcAtop(android.renderscript.Allocation, android.renderscript.Allocation… 26626 …method public void forEachSrcAtop(android.renderscript.Allocation, android.renderscript.Allocation…
|
/frameworks/base/core/api/ |
D | current.txt | 39077 …method @Deprecated public void forEachSrcAtop(android.renderscript.Allocation, android.renderscrip… 39078 …method @Deprecated public void forEachSrcAtop(android.renderscript.Allocation, android.renderscrip…
|