Searched defs:getVarType (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp103 VarType getVarType (const VarType& type, Iterator begin, Iterator end);
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarType(type, path.begin(), path.end()); } function in namespace:glu
143 VarType getType (void) const { return getVarType(m_type, m_path); }
173 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); }
227 DE_ASSERT(IsExpanded()(getVarType(*m_type, m_path)));
243 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1);
286 VarType curType = getVarType(*m_type, m_path);
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end) function in namespace:glu

Completed in 87 milliseconds