Home | History | Annotate | Download | only in functional

Lines Matching defs:numComps

530 	int				numComps	= glu::getDataTypeScalarSize(attrib.type.getBasicType());
534 for (int compNdx = 0; compNdx < numComps; compNdx++)
1461 int numComps = glu::getDataTypeScalarSize(type);
1462 int maxArrayLen = de::max(1, isSeparateMode ? 4/numComps : maxVecs/numVecs);