Searched refs:forEachDst (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 99 BlendingMode.DST -> scriptBlend.forEachDst( in callBlendForEach() 147 BlendingMode.DST -> scriptBlend.forEachDst( in callBlendForEach()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 127 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() method in ScriptIntrinsicBlend 140 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 127 mBlend.forEachDst(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 116 public void forEachDst(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 135 mBlend.forEachDst(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 134 mBlend.forEachDst(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 108 void ScriptIntrinsicBlend::forEachDst(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDst() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3783 void forEachDst(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 | 26611 method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation); 26612 …method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation, an…
|
/frameworks/base/core/api/ |
D | current.txt | 39063 …method @Deprecated public void forEachDst(android.renderscript.Allocation, android.renderscript.Al… 39064 …method @Deprecated public void forEachDst(android.renderscript.Allocation, android.renderscript.Al…
|