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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java41 mRS.nScriptInvoke(mScript.mID, mSlot);
H A DRenderScript.java144 native void nScriptInvoke(int id, int slot); method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp928 nScriptInvoke(JNIEnv *_env, jobject _this, jint obj, jint slot) function
931 LOG_API("nScriptInvoke, con(%p), script(%p)", con, (void *)obj);
1430 {"nScriptInvoke", "(II)V", (void*)nScriptInvoke },

Completed in 87 milliseconds