Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java787 synchronized void nScriptSetVarJ(long id, int slot, long val) { in nScriptSetVarJ() method in RenderScript