Searched defs:nScriptSetVarJ (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/support/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1425 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean… in nScriptSetVarJ() function
|
/aosp12/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1821 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarJ() function
|
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | RenderScript.java | 720 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { in nScriptSetVarJ() method in RenderScript
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RenderScript.java | 787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() method in RenderScript
|