Searched refs:idxLen (Results 1 – 1 of 1) sorted by relevance
2651 jint idxLen = _env->GetArrayLength(_idx); in nMeshCreate() local2675 idxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * idxLen); in nMeshCreate()2676 for(int i = 0; i < idxLen; ++i) { in nMeshCreate()2682 (RsAllocation *)idxPtr, idxLen, in nMeshCreate()