Home | History | Annotate | Download | only in jni

Lines Matching refs:nScriptSetVarD

1038 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val)
1040 LOG_API("nScriptSetVarD, con(%p), s(%p), slot(%i), val(%lf)", con, (void *)script, slot, val);
1653 {"rsnScriptSetVarD", "(IIID)V", (void*)nScriptSetVarD },