Home
last modified time | relevance | path

Searched defs:nScriptSetVarObj (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1413 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboole… in nScriptSetVarObj() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1811 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarObj() function
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java767 synchronized void nScriptSetVarObj(long id, int slot, long val, boolean mUseInc) { in nScriptSetVarObj() method in RenderScript
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java835 synchronized void nScriptSetVarObj(long id, int slot, long val) { in nScriptSetVarObj() method in RenderScript