Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp44 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Hex
69 return hex.toStream(stream); in operator <<()
96 std::ostream& toStream (std::ostream& stream) in toStream() function in tcu::Format::Bitfield
129 return decoder.toStream(stream); in operator <<()
146 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Enum
170 …m& operator<< (std::ostream& stream, const Enum<T, NumBytes>& fmt) { return fmt.toStream(stream); } in operator <<()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream() function in glu::SubTypeIterator
199 iter.toStream(str); in operator <<()