Home | History | Annotate | Download | only in glshared

Lines Matching refs:compNdx

2422 		for (int compNdx = 0; compNdx < T::SIZE; ++compNdx)
2424 if (iargs.b.contains(compNdx))
2425 ret = unionIVal<typename T::Element>(ret, iargs.a[compNdx]);