Searched refs:nScriptBindAllocation (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Script.java | 368 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot); in bindAllocation() 370 mRS.nScriptBindAllocation(getID(mRS), 0, slot); in bindAllocation()
|
D | RenderScript.java | 743 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { in nScriptBindAllocation() method in RenderScript
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Script.java | 221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp); in bindAllocation() 223 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp); in bindAllocation()
|
D | RenderScript.java | 624 synchronized void nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) { in nScriptBindAllocation() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1389 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot,… in nScriptBindAllocation() function 2343 …tBindAllocation", "(JJJIZ)V", (void*)nScriptBindAllocation },
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1785 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) in nScriptBindAllocation() function 2902 …tBindAllocation", "(JJJI)V", (void*)nScriptBindAllocation },
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 60358 Landroid/renderscript/RenderScript;->nScriptBindAllocation(JJI)V
|