Searched defs:nScriptBindAllocation (Results 1 - 4 of 4) sorted by relevance

/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 },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
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 DRenderScript.java594 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { method in class:RenderScript

Completed in 20 milliseconds