Home
last modified time | relevance | path

Searched refs:nScriptBindAllocation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScript.java373 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation()
375 mRS.nScriptBindAllocation(getID(mRS), 0, slot); in bindAllocation()
H A DRenderScript.java737 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation() method in RenderScript
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1780 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 Dhiddenapi-max-target-o.txt46446 Landroid/renderscript/RenderScript;->nScriptBindAllocation(JJI)V