Searched refs:nScriptSetVarD (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java322 mRS.nScriptSetVarD(getID(mRS), index, v);
H A DRenderScript.java587 synchronized void nScriptSetVarD(int id, int slot, double val) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DScript.java275 mRS.nScriptSetVarD(getID(mRS), index, v);
H A DRenderScript.java695 synchronized void nScriptSetVarD(long id, int slot, double val) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp719 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) function
721 LOG_API("nScriptSetVarD, con(%p), s(%p), slot(%i), val(%lf)", con, (void *)script, slot, val);
1062 {"rsnScriptSetVarD", "(IIID)V", (void*)nScriptSetVarD },
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1010 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) function
1012 LOG_API("nScriptSetVarD, con(%p), s(%p), slot(%i), val(%lf)", (RsContext)con, (void *)script, slot, val);
1772 {"rsnScriptSetVarD", "(JJID)V", (void*)nScriptSetVarD },

Completed in 176 milliseconds