Home
last modified time | relevance | path

Searched refs:nScriptSetVarF (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScript.java384 mRS.nScriptSetVarF(getID(mRS), index, v); in setVar()
H A DRenderScript.java798 synchronized void nScriptSetVarF(long id, int slot, float val) { in nScriptSetVarF() method in RenderScript
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScript.java437 mRS.nScriptSetVarF(getID(mRS), index, v, mUseIncSupp); in setVar()
H A DRenderScript.java729 synchronized void nScriptSetVarF(long id, int slot, float val, boolean mUseInc) { in nScriptSetVarF() method in RenderScript
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1437 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean… in nScriptSetVarF() function
2355 {"rsnScriptSetVarF", "(JJIFZ)V", (void*)nScriptSetVarF
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1842 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) in nScriptSetVarF() function
2909 {"rsnScriptSetVarF", "(JJIF)V", (void*)nScriptSetVarF
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49796 Landroid/renderscript/RenderScript;->nScriptSetVarF(JIF)V