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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java247 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
H A DRenderScript.java552 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java247 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
H A DRenderScript.java410 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp620 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) function
622 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
863 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp919 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) function
921 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
1488 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },

Completed in 1247 milliseconds