Home | History | Annotate | Download | only in functional

Lines Matching refs:extraCoordComps

817 	int					extraCoordComps		= (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);
818 glu::DataType coordType = glu::getDataTypeFloatVec(texCoordComps+extraCoordComps);
927 op << "ivec" << (texCoordComps+extraCoordComps) << "(";