Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DScript.java156 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
167 mRS.nScriptInvoke(getID(mRS), slot); in invoke()
H A DRenderScript.java747 synchronized void nScriptInvoke(long id, int slot) { in nScriptInvoke() method in RenderScript
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DScript.java200 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke()
213 mRS.nScriptInvoke(getID(mRS), slot, mUseIncSupp); in invoke()
H A DRenderScript.java647 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() method in RenderScript
/aosp12/frameworks/rs/support/jni/
H A 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
/aosp12/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1964 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) in nScriptInvoke() function
2899 {"rsnScriptInvoke", "(JJI)V", (void*)nScriptInvoke
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49789 Landroid/renderscript/RenderScript;->nScriptInvoke(JI)V