Searched refs:rsnScriptSetVarI (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 693 native void rsnScriptSetVarI(long con, long id, int slot, int val, boolean mUseInc); in rsnScriptSetVarI() method in RenderScript 700 rsnScriptSetVarI(curCon, id, slot, val, mUseInc); in nScriptSetVarI()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 769 native void rsnScriptSetVarI(long con, long id, int slot, int val); in rsnScriptSetVarI() method in RenderScript 772 rsnScriptSetVarI(mContext, id, slot, val); in nScriptSetVarI()
|