Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp46 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Hex
62 toStream(stream); in toString()
73 return hex.toStream(stream); in operator <<()
100 std::ostream& toStream (std::ostream& stream) in toStream() function in tcu::Format::Bitfield
133 return decoder.toStream(stream); in operator <<()
150 std::ostream& toStream (std::ostream& stream) const in toStream() function in tcu::Format::Enum
174 …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 <<()