Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1527 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jb… in nScriptInvokeV() function
/frameworks/rs/support/java/src/androidx/renderscript/
DRenderScript.java702 synchronized void nScriptInvokeV(long id, int slot, byte[] params, boolean mUseInc) { in nScriptInvokeV() method in RenderScript
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1973 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptInvokeV() function
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java770 synchronized void nScriptInvokeV(long id, int slot, byte[] params) { in nScriptInvokeV() method in RenderScript