Home | History | Annotate | Download | only in functional

Lines Matching refs:triNdx

681 			int triNdx = outNdx/3;
683 return (triNdx%2 != 0 && vtxNdx < 2) ? (triNdx+1-vtxNdx) : (triNdx+vtxNdx);