Searched refs:nScriptBindAllocation (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Script.java | 373 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation() 375 mRS.nScriptBindAllocation(getID(mRS), 0, slot); in bindAllocation()
|
H A D | RenderScript.java | 737 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation() method in RenderScript
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1780 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation() function 2897 …tBindAllocation", "(JJJI)V", (void*)nScriptBindAllocation },
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 46446 Landroid/renderscript/RenderScript;->nScriptBindAllocation(JJI)V
|