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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java135 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
H A DRenderScript.java515 synchronized void nScriptInvokeV(int id, int slot, byte[] params) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java135 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
H A DRenderScript.java373 synchronized void nScriptInvokeV(int id, int slot, byte[] params) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp696 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) function
698 LOG_API("nScriptInvokeV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
854 {"rsnScriptInvokeV", "(III[B)V", (void*)nScriptInvokeV },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp995 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) function
997 LOG_API("nScriptInvokeV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
1479 {"rsnScriptInvokeV", "(III[B)V", (void*)nScriptInvokeV },

Completed in 1066 milliseconds