Searched refs:rsnScriptSetVarJ (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 495 native void rsnScriptSetVarJ(int con, int id, int slot, long val); in rsnScriptSetVarJ() method in RenderScript 498 rsnScriptSetVarJ(mContext, id, slot, val); in nScriptSetVarJ()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 667 native void rsnScriptSetVarJ(int con, int id, int slot, long val); in rsnScriptSetVarJ() method in RenderScript 670 rsnScriptSetVarJ(mContext, id, slot, val); in nScriptSetVarJ()
|