Searched refs:nScriptBindAllocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java184 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
186 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
H A DRenderScript.java490 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java184 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
186 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
H A DRenderScript.java348 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp606 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) function
608 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
851 {"rsnScriptBindAllocation", "(IIII)V", (void*)nScriptBindAllocation },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) function
907 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
1476 {"rsnScriptBindAllocation", "(IIII)V", (void*)nScriptBindAllocation },

Completed in 66 milliseconds