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

/frameworks/base/rs/java/android/renderscript/
H A DScript.java369 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
371 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
H A DRenderScript.java731 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { method in class:RenderScript
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java221 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot, mUseIncSupp);
223 mRS.nScriptBindAllocation(getID(mRS), 0, slot, mUseIncSupp);
H A DRenderScript.java612 synchronized void nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1786 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) function
1789 ALOGD("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", (RsContext)con,
2903 {"rsnScriptBindAllocation", "(JJJI)V", (void*)nScriptBindAllocation },
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) function
1389 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)",
2341 {"rsnScriptBindAllocation", "(JJJIZ)V", (void*)nScriptBindAllocation },

Completed in 268 milliseconds