Searched refs:nScriptInvoke (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Script.java | 111 mRS.nScriptInvoke(getID(mRS), slot); 122 mRS.nScriptInvoke(getID(mRS), slot);
|
H A D | RenderScript.java | 593 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | Script.java | 162 mRS.nScriptInvoke(getID(mRS), slot); 180 mRS.nScriptInvoke(getID(mRS), slot);
|
H A D | RenderScript.java | 456 synchronized void nScriptInvoke(int id, int slot) { method in class:RenderScript
|
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 767 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 D | android_renderscript_RenderScript.cpp | 1105 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 43 milliseconds