Searched refs:nScriptSetVarObj (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java259 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
H A DRenderScript.java716 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java382 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
H A DRenderScript.java523 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp698 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) function
700 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
1065 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp999 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) function
1001 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
1658 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },

Completed in 120 milliseconds