Home | History | Annotate | Download | only in functional

Lines Matching refs:elemType

519 		const VarType&	elemType	= type.getElementType();
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
524 const glu::DataType elemBasicType = elemType.getBasicType();
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
545 const glu::DataType elemBasicType = elemType.getBasicType();
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
604 const VarType& elemType = varType.getElementType();
606 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType()))
609 const glu::DataType elemBasicType = elemType.getBasicType();
628 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType()))
631 const glu::DataType elemBasicType = elemType.getBasicType();
659 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());