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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java162 mRS.nScriptInvoke(getID(mRS), slot);
180 mRS.nScriptInvoke(getID(mRS), slot);
H A DRenderScript.java537 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DScript.java111 mRS.nScriptInvoke(getID(mRS), slot);
122 mRS.nScriptInvoke(getID(mRS), slot);
H A DRenderScript.java604 synchronized void nScriptInvoke(long id, int slot) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp767 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) function
769 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
1053 {"rsnScriptInvoke", "(III)V", (void*)nScriptInvoke },
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1077 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) function
1079 LOG_API("nScriptInvoke, con(%p), script(%p)", (RsContext)con, (void *)obj);
1758 {"rsnScriptInvoke", "(JJI)V", (void*)nScriptInvoke },

Completed in 337 milliseconds