Searched refs:TYPE_BASIC (Results 1 – 8 of 8) sorted by relevance
43 : m_type(TYPE_BASIC) in VarType()96 case TYPE_BASIC: return glu::getDataTypeScalarSize(m_data.basic.type); in getScalarSize()120 case TYPE_BASIC: in operator ==()
58 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType()85 TYPE_BASIC, enumerator
78 return m_type == TYPE_BASIC; in isBasicType()117 TYPE_BASIC, enumerator
118 VarType::VarType(glu::DataType basicType, deUint32 flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType()98 TYPE_BASIC, enumerator
129 : m_type (TYPE_BASIC) in VarType()
88 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType()106 TYPE_BASIC, enumerator
76 : m_type (TYPE_BASIC) in VarType()