Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicBlend.java575 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() method in ScriptIntrinsicBlend
586 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract() method in ScriptIntrinsicBlend
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptIntrinsicBlend.java422 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() method in ScriptIntrinsicBlend
DScriptIntrinsicBlendThunker.java337 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() method in ScriptIntrinsicBlendThunker
/frameworks/rs/cpp/
DScriptIntrinsics.cpp195 void ScriptIntrinsicBlend::forEachSubtract(sp<Allocation> in, sp<Allocation> out) { in forEachSubtract() function in ScriptIntrinsicBlend