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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java198 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
200 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
H A DRenderScript.java527 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DScript.java253 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
255 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
H A DRenderScript.java594 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp684 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) function
686 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
1051 {"rsnScriptBindAllocation", "(IIII)V", (void*)nScriptBindAllocation },
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp948 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) function
950 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", (RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1756 {"rsnScriptBindAllocation", "(JJJI)V", (void*)nScriptBindAllocation },

Completed in 4146 milliseconds