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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java124 mRS.nScriptInvoke(getID(mRS), slot);
137 mRS.nScriptInvoke(getID(mRS), slot);
H A DRenderScript.java500 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java124 mRS.nScriptInvoke(getID(mRS), slot);
137 mRS.nScriptInvoke(getID(mRS), slot);
H A DRenderScript.java358 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp689 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) function
691 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
853 {"rsnScriptInvoke", "(III)V", (void*)nScriptInvoke },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp988 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) function
990 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
1478 {"rsnScriptInvoke", "(III)V", (void*)nScriptInvoke },

Completed in 391 milliseconds