Searched refs:rsnScriptGroupSetInput (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 640 native void rsnScriptGroupSetInput(int con, int group, int kernel, int alloc); in rsnScriptGroupSetInput() method in RenderScript 643 rsnScriptGroupSetInput(mContext, group, kernel, alloc); in nScriptGroupSetInput()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 758 native void rsnScriptGroupSetInput(long con, long group, long kernel, long alloc); in rsnScriptGroupSetInput() method in RenderScript 761 rsnScriptGroupSetInput(mContext, group, kernel, alloc); in nScriptGroupSetInput()
|