Searched refs:forEachClear (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBlend.java59 public void forEachClear(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
60 forEachClear(ain, aout, null);
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { method in class:ScriptIntrinsicBlend
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlend.java70 public void forEachClear(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp92 void ScriptIntrinsicBlend::forEachClear(const sp<Allocation>& in, const sp<Allocation>& out) { function in class:ScriptIntrinsicBlend
H A DrsCppStructs.h3771 void forEachClear(const sp<Allocation>& in, const sp<Allocation>& out);

Completed in 1707 milliseconds