Home
last modified time | relevance | path

Searched refs:isValidTypePath (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp100 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end);
105 inline bool isValidTypePath (const VarType& type, const TypeComponentVector& path) { return isVal… in isValidTypePath() function
142 bool isValid (void) const { return isValidTypePath(m_type, m_path); } in isValid()
313 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end) in isValidTypePath() function
376 TCU_CHECK(isValidTypePath(type, begin, end)); in getVarType()