Home | History | Annotate | Download | only in jni

Lines Matching defs:nScriptSetVarD

1442 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc)
1444 LOG_API("nScriptSetVarD, con(%p), s(%p), slot(%i), val(%lf)", (RsContext)con,
2018 {"rsnScriptSetVarD", "(JJIDZ)V", (void*)nScriptSetVarD },