Searched defs:isBasicType (Results 1 – 6 of 6) sorted by relevance
69 public abstract BasicType isBasicType(); in isBasicType() method in TypeData148 public BasicType isBasicType() { return this; } in isBasicType() method in TypeData.BasicType238 public BasicType isBasicType() { in isBasicType() method in TypeData.TypeVar647 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ArrayType730 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ArrayElement780 public BasicType isBasicType() { return type.isBasicType(); } in isBasicType() method in TypeData.UninitTypeVar842 public BasicType isBasicType() { return null; } in isBasicType() method in TypeData.ClassName
76 bool isBasicType(void) const in isBasicType() function in deqp::ub::VarType
81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in deqp::gls::ub::VarType
58 bool isBasicType (void) const { return m_type == VARTYPE_BASIC; } in isBasicType() function in glu::VarType
83 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::TransformFeedback::VarType
90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType