Searched refs:forEachDstAtop (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 369 public void forEachDstAtop(Allocation ain, Allocation aout) { in forEachDstAtop() method in ScriptIntrinsicBlend 370 forEachDstAtop(ain, aout, null); in forEachDstAtop() 383 public void forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstAtop() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 151 mBlend.forEachDstAtop(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 267 public void forEachDstAtop(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 159 mBlend.forEachDstAtop(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 158 mBlend.forEachDstAtop(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 172 void ScriptIntrinsicBlend::forEachDstAtop(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDstAtop() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3831 void forEachDstAtop(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |