Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java335 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() method in ScriptIntrinsicBlend
347 public void forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcAtop() method in ScriptIntrinsicBlend
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java239 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() method in ScriptIntrinsicBlend
DScriptIntrinsicBlendThunker.java232 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() method in ScriptIntrinsicBlendThunker
/frameworks/rs/cpp/
DScriptIntrinsics.cpp153 void ScriptIntrinsicBlend::forEachSrcAtop(sp<Allocation> in, sp<Allocation> out) { in forEachSrcAtop() function in ScriptIntrinsicBlend