Home | History | Annotate | Download | only in jni

Lines Matching refs:nScriptSetVarF

1022 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val)
1024 LOG_API("nScriptSetVarF, con(%p), s(%p), slot(%i), val(%f)", con, (void *)script, slot, val);
1651 {"rsnScriptSetVarF", "(IIIF)V", (void*)nScriptSetVarF },