Home | History | Annotate | Download | only in jni

Lines Matching defs:nScriptSetVarJ

1006 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val)
1008 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", con, (void *)script, slot, val);
1649 {"rsnScriptSetVarJ", "(IIIJ)V", (void*)nScriptSetVarJ },