Searched refs:nScriptInvokeIDCreate (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 97 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
|
D | RenderScript.java | 867 synchronized long nScriptInvokeIDCreate(long sid, int slot) { in nScriptInvokeIDCreate() method in RenderScript
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 135 long id = mRS.nScriptInvokeIDCreate(getID(mRS), slot); in createInvokeID()
|
D | RenderScript.java | 821 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 | 2279 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate() function 2926 …tInvokeIDCreate", "(JJI)J", (void*)nScriptInvokeIDCreate },
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60379 Landroid/renderscript/RenderScript;->nScriptInvokeIDCreate(JI)J
|