Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1973 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptInvokeV() function
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java770 synchronized void nScriptInvokeV(long id, int slot, byte[] params) { in nScriptInvokeV() method in RenderScript