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

/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);
1400 {"rsnScriptBindAllocation", "(IIII)V", (void*)nScriptBindAllocation },
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java490 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript

Completed in 32 milliseconds