Searched refs:forEachDst (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 122 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() method in ScriptIntrinsicBlend 135 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 | 111 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/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/non-updatable-api/ |
D | current.txt | 40613 method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation); 40614 …method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation, an…
|
/frameworks/base/api/ |
D | current.txt | 40757 method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation); 40758 …method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation, an…
|