Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java154 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() method in ScriptIntrinsicBlend
165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() method in ScriptIntrinsicBlend
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java124 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() method in ScriptIntrinsicBlend
DScriptIntrinsicBlendThunker.java106 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() method in ScriptIntrinsicBlendThunker
/frameworks/rs/cpp/
DScriptIntrinsics.cpp105 void ScriptIntrinsicBlend::forEachSrcOver(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOver() function in ScriptIntrinsicBlend