Lines Matching defs:stream
530 std::ostringstream stream;
531 stream << "Fail, the age is invalid. Age: " << currentBufferAge << ", frameNdx: " << frameNdx;
532 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, stream.str().c_str());
538 std::ostringstream stream;
539 stream << "Fail, EGL_BUFFER_PRESERVED is set to true, but buffer age is: " << currentBufferAge << " (should be 1)";
540 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, stream.str().c_str());
634 std::ostringstream stream;
641 stream << "_render";
643 stream << "_clear";
647 return stream.str();
721 std::ostringstream stream;
722 stream << "FrameNdx = " << frameNdx << ", compare current buffer (numbered: " << bufferNum << ") to reference";
723 return tcu::intThresholdPositionDeviationCompare(log, "buffer age test", stream.str().c_str(), reference.getAccess(), buffer.getAccess(),