Searched refs:forEachDstIn (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 244 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() method in ScriptIntrinsicBlend 245 forEachDstIn(ain, aout, null); in forEachDstIn() 255 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn() method in ScriptIntrinsicBlend
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blend.java | 139 mBlend.forEachDstIn(image1, image2); in runTest()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 187 public void forEachDstIn(Allocation ain, Allocation aout) {
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blend.java | 147 mBlend.forEachDstIn(image1, image2); in runTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blend.java | 146 mBlend.forEachDstIn(image1, image2); in runTest()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 140 void ScriptIntrinsicBlend::forEachDstIn(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachDstIn() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3807 void forEachDstIn(const sp<Allocation>& in, const sp<Allocation>& out);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26615 … method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation); 26616 …method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation, …
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 40617 … method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation); 40618 …method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation, …
|
/frameworks/base/api/ |
D | current.txt | 40761 … method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation); 40762 …method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation, …
|