Lines Matching defs:log
247 TestLog& log = m_testCtx.getLog();
262 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
269 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
281 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
305 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
316 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
343 log << TestLog::Message
365 TestLog& log = m_testCtx.getLog();
378 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
385 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessage;
397 log << TestLog::Image(("Quad" + de::toString(m_iteration)).c_str(), ("Quad " + de::toString(m_iteration)).c_str(), renderedImg);
415 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
426 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
445 log << TestLog::Message