Home
last modified time | relevance | path

Searched refs:nScriptInvokeV (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java178 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke()
DRenderScript.java567 synchronized void nScriptInvokeV(int id, int slot, byte[] params) { in nScriptInvokeV() method in RenderScript
/frameworks/base/rs/java/android/renderscript/
DScript.java120 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke()
DRenderScript.java657 synchronized void nScriptInvokeV(long id, int slot, byte[] params) { in nScriptInvokeV() method in RenderScript
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) in nScriptInvokeV() function
1054 {"rsnScriptInvokeV", "(III[B)V", (void*)nScriptInvokeV
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1084 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptInvokeV() function
1759 {"rsnScriptInvokeV", "(JJI[B)V", (void*)nScriptInvokeV