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

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

Completed in 530 milliseconds