Searched refs:forEachClear (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicBlend.java | 59 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() method in ScriptIntrinsicBlend 60 forEachClear(ain, aout, null); in forEachClear() 70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() method in ScriptIntrinsicBlend
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicBlend.java | 70 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/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/non-updatable-api/ |
D | current.txt | 40611 … method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation); 40612 …method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation, …
|
/frameworks/base/api/ |
D | current.txt | 40755 … method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation); 40756 …method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation, …
|