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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp917 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, function
920 LOG_API("nScriptGroupCreate, con(%p)", con);
1071 {"rsnScriptGroupCreate", "(I[I[I[I[I[I)I", (void*)nScriptGroupCreate },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1255 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, function
1258 LOG_API("nScriptGroupCreate, con(%p)", con);
1664 {"rsnScriptGroupCreate", "(I[I[I[I[I[I)I", (void*)nScriptGroupCreate },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java554 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java719 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) { method in class:RenderScript

Completed in 1003 milliseconds