Home
last modified time | relevance | path

Searched refs:nScriptInvoke (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScript.java151 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
162 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
DRenderScript.java753 synchronized void nScriptInvoke(long id, int slot) { in nScriptInvoke() method in RenderScript
/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java195 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke()
208 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke()
DRenderScript.java642 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1516 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) in nScriptInvoke() function
2345 {"rsnScriptInvoke", "(JJIZ)V", (void*)nScriptInvoke
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1969 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) in nScriptInvoke() function
2904 {"rsnScriptInvoke", "(JJI)V", (void*)nScriptInvoke
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt60378 Landroid/renderscript/RenderScript;->nScriptInvoke(JI)V