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

/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/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java348 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java490 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { method in class:RenderScript
/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 17 milliseconds