Searched refs:nScriptInvokeIDCreate (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 102 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
|
D | RenderScript.java | 861 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() method in RenderScript
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 140 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
|
D | RenderScript.java | 826 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1927 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() function 2364 …tInvokeIDCreate", "(JJI)J", (void*)nScriptInvokeIDCreate },
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2274 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() function 2921 …tInvokeIDCreate", "(JJI)J", (void*)nScriptInvokeIDCreate },
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 45824 Landroid/renderscript/RenderScript;->nScriptInvokeIDCreate(JI)J
|