Home
last modified time | relevance | path

Searched defs:forEachSrcOut (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java274 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() method in ScriptIntrinsicBlend
285 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() method in ScriptIntrinsicBlend
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java200 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() method in ScriptIntrinsicBlend
DScriptIntrinsicBlendThunker.java190 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() method in ScriptIntrinsicBlendThunker
/frameworks/rs/cpp/
DScriptIntrinsics.cpp137 void ScriptIntrinsicBlend::forEachSrcOut(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOut() function in ScriptIntrinsicBlend