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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1642 jint in_len = 0; local
1648 in_len = _env->GetArrayLength(ains);
1649 if (in_len > (jint)RS_KERNEL_MAX_ARGUMENTS) {
1663 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
1670 for (int index = in_len; --index >= 0;) {
1719 in_allocs, in_len, (RsAllocation)aout,
1748 jint in_len = _env->GetArrayLength(ains); local
1749 if (in_len > (jint)RS_KERNEL_MAX_ARGUMENTS) {
1768 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
1776 for (int index = in_len;
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1991 jint in_len = 0; local
1997 in_len = _env->GetArrayLength(ains);
1998 if (in_len > (jint)RS_KERNEL_MAX_ARGUMENTS) {
2015 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2022 for (int index = in_len; --index >= 0;) {
2079 in_allocs, in_len, (RsAllocation)aout,
2108 jint in_len = _env->GetArrayLength(ains); local
2109 if (in_len > (jint)RS_KERNEL_MAX_ARGUMENTS) {
2128 in_allocs = (RsAllocation*)alloca(in_len * sizeof(RsAllocation));
2136 for (int index = in_len;
[all...]

Completed in 20 milliseconds