Searched refs:TYPE_BASIC (Results 1 – 8 of 8) sorted by relevance
78 return m_type == TYPE_BASIC; in isBasicType()117 TYPE_BASIC, enumerator
119 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
130 : m_type (TYPE_BASIC) in VarType()
90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType()108 TYPE_BASIC, enumerator
77 : m_type (TYPE_BASIC) in VarType()
83 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType()100 TYPE_BASIC, enumerator
85 : m_type (TYPE_BASIC) in VarType()