Searched refs:rsnScriptInvoke (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 740 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke() method in RenderScript 743 rsnScriptInvoke(mContext, id, slot); in nScriptInvoke()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 641 native void rsnScriptInvoke(long con, long id, int slot, boolean mUseInc); in rsnScriptInvoke() method in RenderScript 648 rsnScriptInvoke(curCon, id, slot, mUseInc); in nScriptInvoke()
|