Searched refs:rsnScriptSetVarV (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 591 native void rsnScriptSetVarV(int con, int id, int slot, byte[] val); in rsnScriptSetVarV() method in RenderScript 594 rsnScriptSetVarV(mContext, id, slot, val); in nScriptSetVarV()
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 704 native void rsnScriptSetVarV(long con, long id, int slot, byte[] val); in rsnScriptSetVarV() method in RenderScript 707 rsnScriptSetVarV(mContext, id, slot, val); in nScriptSetVarV()
|