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

/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp113 struct TypeAccessFormat struct in namespace:glu
115 TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path_) {} function in struct:glu::TypeAccessFormat
121 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format);
172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); }

Completed in 52 milliseconds