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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1162 jint in_len = _env->GetArrayLength(ains); local
1173 in_allocs = new RsAllocation[in_len];
1175 for (int index = in_len; --index >= 0;) {
1191 rsScriptForEachMulti((RsContext)con, (RsScript)script, slot, in_allocs, in_len, (RsAllocation)aout, NULL, 0, &sc, sizeof(sc));
1208 jint in_len = _env->GetArrayLength(ains); local
1219 in_allocs = new RsAllocation[in_len];
1221 for (int index = in_len; --index >= 0;) {
1239 rsScriptForEachMulti((RsContext)con, (RsScript)script, slot, in_allocs, in_len, (RsAllocation)aout, param_ptr, param_len, &sc, sizeof(sc));

Completed in 51 milliseconds