HomeSort by relevance Sort by last modified time
    Searched refs:HexIterator (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuFormatUtil.hpp 221 class HexIterator
224 HexIterator (Iterator iter) : m_iter(iter) {}
226 HexIterator<T, Iterator>& operator++ (void) { ++m_iter; return *this; }
227 HexIterator<T, Iterator> operator++ (int) { return HexIterator(m_iter++); }
229 bool operator== (const HexIterator<T, Iterator>& other) const { return m_iter == other.m_iter; }
230 bool operator!= (const HexIterator<T, Iterator>& other) const { return m_iter != other.m_iter; }
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 103 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
104 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
123 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
124 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 101 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
102 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
121 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
122 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 625 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>(resPtr+4))
627 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4))
    [all...]

Completed in 30 milliseconds