Searched defs:getBasicType (Results 1 – 13 of 13) sorted by relevance
147 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function432 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
153 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
156 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function477 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
166 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function
93 glu::DataType getBasicType(void) const in getBasicType() function in deqp::ub::VarType
86 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in deqp::gls::ub::VarType
275 TBasicType getBasicType() const { return type; } in getBasicType() function
314 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; } in getBasicType() function in glu::VarType
95 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::ubo::VarType
88 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::TransformFeedback::VarType
134 TBasicType getBasicType() const { return type; } in getBasicType() function1653 virtual TBasicType getBasicType() const { return basicType; } in getBasicType() function
1123 virtual TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function