Searched refs:isValidTypePath (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 124 bool isValidTypePath(const VarType &type, Iterator begin, Iterator end); 129 inline bool isValidTypePath(const VarType &type, const TypeComponentVector &path) in isValidTypePath() function 131 return isValidTypePath(type, path.begin(), path.end()); in isValidTypePath() 216 return isValidTypePath(m_type, m_path); in isValid() 456 bool isValidTypePath(const VarType &type, Iterator begin, Iterator end) in isValidTypePath() function 521 TCU_CHECK(isValidTypePath(type, begin, end)); in getVarType()
|