Home | History | Annotate | Download | only in glshared

Lines Matching defs:numComps

1838 		int							numComps		= isMatrix ? (uniform.isRowMajor ? glu::getDataTypeMatrixNumColumns(uniform.type) : glu::getDataTypeMatrixNumRows(uniform.type)) : glu::getDataTypeScalarSize(uniform.type);
1841 int vecSize = numComps*compSize;