Home | History | Annotate | Download | only in jni

Lines Matching defs:nScriptSetVarJ

978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val)
980 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", (RsContext)con, (void *)script, slot, val);
1768 {"rsnScriptSetVarJ", "(JJIJ)V", (void*)nScriptSetVarJ },