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

/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2656 jint idxLen = _env->GetArrayLength(_idx); local
2680 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen);
2681 for(int i = 0; i < idxLen; ++i) {
2687 (RsAllocation *)idxPtr, idxLen,

Completed in 89 milliseconds