Home | History | Annotate | Download | only in jni

Lines Matching defs:nScriptSetVarObj

999 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
1001 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
1658 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },