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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java111 mRS.nScriptInvoke(getID(mRS), slot);
122 mRS.nScriptInvoke(getID(mRS), slot);
H A DRenderScript.java621 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
/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.java456 synchronized void nScriptInvoke(int 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1105 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) function
1107 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
1641 {"rsnScriptInvoke", "(III)V", (void*)nScriptInvoke },

Completed in 124 milliseconds