Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1425 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean… in nScriptSetVarJ() function
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1821 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 DRenderScript.java720 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 DRenderScript.java787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() method in RenderScript