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