Searched refs:nScriptSetVarD (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 390 mRS.nScriptSetVarD(getID(mRS), index, v); in setVar()
|
D | RenderScript.java | 814 synchronized void nScriptSetVarD(long id, int slot, double val) { in nScriptSetVarD() method in RenderScript
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 442 mRS.nScriptSetVarD(getID(mRS), index, v, mUseIncSupp); in setVar()
|
D | RenderScript.java | 733 synchronized void nScriptSetVarD(long id, int slot, double val, boolean mUseInc) { in nScriptSetVarD() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1449 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolea… in nScriptSetVarD() function 2356 {"rsnScriptSetVarD", "(JJIDZ)V", (void*)nScriptSetVarD…
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1868 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) in nScriptSetVarD() function 2916 {"rsnScriptSetVarD", "(JJID)V", (void*)nScriptSetVarD…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60384 Landroid/renderscript/RenderScript;->nScriptSetVarD(JID)V
|