Home | History | Annotate | Download | only in glshared

Lines Matching refs:numCols

492 			int		numCols	= glu::getDataTypeMatrixNumColumns(basicType);
493 int stride = numRows * numCols * sizeof(float);
495 for (int colNdx = 0; colNdx < numCols; ++colNdx)
737 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
738 int stride = numRows * numCols * sizeof(float);
740 for (int colNdx = 0; colNdx < numCols; ++colNdx)