Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1790 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) in nScriptSetVarI() function
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java776 synchronized void nScriptSetVarI(long id, int slot, int val) { in nScriptSetVarI() method in RenderScript