Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DScript.java102 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
DRenderScript.java861 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() method in RenderScript
/frameworks/rs/support/java/src/androidx/renderscript/
DScript.java140 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
DRenderScript.java826 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() method in RenderScript
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1927 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() function
2364 …tInvokeIDCreate", "(JJI)J", (void*)nScriptInvokeIDCreate },
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2274 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() function
2921 …tInvokeIDCreate", "(JJI)J", (void*)nScriptInvokeIDCreate },
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt45824 Landroid/renderscript/RenderScript;->nScriptInvokeIDCreate(JI)J