Searched refs:vtxLen (Results 1 – 1 of 1) sorted by relevance
2652 jint vtxLen = _env->GetArrayLength(_vtx); in nMeshCreate() local2675 vtxPtr = (RsAllocation*) malloc(sizeof(RsAllocation) * vtxLen); in nMeshCreate()2676 for(int i = 0; i < vtxLen; ++i) { in nMeshCreate()2686 (RsAllocation *)vtxPtr, vtxLen, in nMeshCreate()