Home | History | Annotate | Download | only in functional

Lines Matching refs:elemBasicType

524 			const glu::DataType		elemBasicType	= elemType.getBasicType();
529 entry.type = elemBasicType;
545 const glu::DataType elemBasicType = elemType.getBasicType();
547 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
548 : glu::getDataTypeMatrixNumColumns(elemBasicType);
553 entry.type = elemBasicType;
609 const glu::DataType elemBasicType = elemType.getBasicType();
610 const int elemBaseAlign = getDataTypeByteAlignment(elemBasicType);
617 entry.type = elemBasicType;
631 const glu::DataType elemBasicType = elemType.getBasicType();
633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
634 : glu::getDataTypeMatrixNumRows(elemBasicType);
635 const int numVecs = isRowMajor ? glu::getDataTypeMatrixNumRows(elemBasicType)
636 : glu::getDataTypeMatrixNumColumns(elemBasicType);
645 entry.type = elemBasicType;