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

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 81 int diffSpanStart = -1;
90 if (diffSpanStart < 0)
91 diffSpanStart = ndx;
95 else if (diffSpanStart >= 0)
99 int len = ndx-diffSpanStart;
102 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
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)
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 78 int diffSpanStart = -1;
87 if (diffSpanStart < 0)
88 diffSpanStart = ndx;
92 else if (diffSpanStart >= 0)
96 int len = ndx-diffSpanStart;
99 log << TestLog::Message << len << " byte difference at offset " << diffSpanStart << "\n"
100 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
101 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen)
    [all...]

Completed in 42 milliseconds