Lines Matching defs:script
905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slo… in nScriptBindAllocation()
912 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarI()
919 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj()
926 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) in nScriptSetVarJ()
933 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) in nScriptSetVarF()
940 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) in nScriptSetVarD()
947 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptSetVarV()
957 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data… in nScriptSetVarVE()
972 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) in nScriptSetTimeZone()
995 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptInvokeV()
1006 jint script, jint slot, jint ain, jint aout) in nScriptForEach()
1013 jint script, jint slot, jint ain, jint aout, jbyteArray params) in nScriptForEachV()
1176 nContextBindRootScript(JNIEnv *_env, jobject _this, RsContext con, jint script) in nContextBindRootScript()