Searched defs:nScriptSetVarObj (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1413 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboole… in nScriptSetVarObj() function
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1811 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 D | RenderScript.java | 767 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 D | RenderScript.java | 835 synchronized void nScriptSetVarObj(long id, int slot, long val) { in nScriptSetVarObj() method in RenderScript
|