Searched refs:forEachClear (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 64 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() method in ScriptIntrinsicBlend 65 forEachClear(ain, aout, null); in forEachClear() 75 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() method in ScriptIntrinsicBlend
|
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 93 BlendingMode.CLEAR -> scriptBlend.forEachClear( in callBlendForEach() 141 BlendingMode.CLEAR -> scriptBlend.forEachClear( in callBlendForEach()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 75 public void forEachClear(Allocation ain, Allocation aout) {
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 92 void ScriptIntrinsicBlend::forEachClear(const sp<Allocation>& in, const sp<Allocation>& out) { in forEachClear() function in ScriptIntrinsicBlend
|
D | rsCppStructs.h | 3771 void forEachClear(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 | 26609 … method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation); 26610 …method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation, …
|
/frameworks/base/core/api/ |
D | current.txt | 39061 …method @Deprecated public void forEachClear(android.renderscript.Allocation, android.renderscript.… 39062 …method @Deprecated public void forEachClear(android.renderscript.Allocation, android.renderscript.…
|