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

/frameworks/base/graphics/java/android/renderscript/
H A DScriptGroup.java109 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
H A DRenderScript.java753 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { method in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java110 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a));
H A DRenderScript.java560 synchronized void nScriptGroupSetInput(int group, int kernel, int alloc) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp949 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) function
951 LOG_API("nScriptGroupSetInput, con(%p) group(%p), kernelId(%p), alloc(%p)", con,
1072 {"rsnScriptGroupSetInput", "(IIII)V", (void*)nScriptGroupSetInput },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1287 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) function
1289 LOG_API("nScriptGroupSetInput, con(%p) group(%p), kernelId(%p), alloc(%p)", con,
1665 {"rsnScriptGroupSetInput", "(IIII)V", (void*)nScriptGroupSetInput },

Completed in 85 milliseconds