Searched refs:nScriptInvoke (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
D | Script.java | 193 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke() 206 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke()
|
D | RenderScript.java | 621 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() method in RenderScript
|
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 150 mRS.nScriptInvoke(getID(mRS), slot); in invoke() 161 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
|
D | RenderScript.java | 715 synchronized void nScriptInvoke(long id, int slot) { in nScriptInvoke() method in RenderScript
|
/frameworks/support/v8/renderscript/jni/ |
D | android_renderscript_RenderScript.cpp | 1509 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) in nScriptInvoke() function 2009 {"rsnScriptInvoke", "(JJIZ)V", (void*)nScriptInvoke …
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1831 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) in nScriptInvoke() function 2530 {"rsnScriptInvoke", "(JJI)V", (void*)nScriptInvoke …
|