Searched refs:forEachClear (Results 1 - 5 of 5) 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBlend.java64 public void forEachClear(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlend
H A DScriptIntrinsicBlendThunker.java43 public void forEachClear(Allocation ain, Allocation aout) { method in class:ScriptIntrinsicBlendThunker
48 mN.forEachClear(aint.getNObj(), aoutt.getNObj());
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp81 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) { function in class:ScriptIntrinsicBlend
H A DrsCppStructs.h1459 void forEachClear(sp<Allocation> in, sp<Allocation> out);

Completed in 14 milliseconds