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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java52 mRS.nScriptBindAllocation(mID, va.mID, slot);
H A DRenderScript.java136 native void nScriptBindAllocation(int script, int alloc, int slot); method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp849 nScriptBindAllocation(JNIEnv *_env, jobject _this, jint script, jint alloc, jint slot) function
852 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
1422 {"nScriptBindAllocation", "(III)V", (void*)nScriptBindAllocation },

Completed in 89 milliseconds