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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java120 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
H A DRenderScript.java623 synchronized void nScriptInvokeV(int id, int slot, byte[] params) { method in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java178 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
H A DRenderScript.java486 synchronized void nScriptInvokeV(int 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1112 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) function
1114 LOG_API("nScriptInvokeV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
1642 {"rsnScriptInvokeV", "(III[B)V", (void*)nScriptInvokeV },

Completed in 26 milliseconds