Lines Matching defs:log
241 TestLog& log = m_testCtx.getLog();
256 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
263 log << TestLog::Message << "Drawing a " << (isVerticallyIncreasing ? "vertically" : "horizontally") << " increasing gradient" << TestLog::EndMessage;
275 log << TestLog::Image(isVerticallyIncreasing ? "VerGradient" : "HorGradient",
298 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
309 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
338 log << TestLog::Message
360 TestLog& log = m_testCtx.getLog();
373 log << TestLog::Message << "Dithering is " << (m_ditheringEnabled ? "enabled" : "disabled") << TestLog::EndMessage;
380 log << TestLog::Message << "Drawing an unicolored quad with color " << quadColor << TestLog::EndMessage;
392 log << TestLog::Image(("Quad" + de::toString(m_iteration)).c_str(), ("Quad " + de::toString(m_iteration)).c_str(), renderedImg);
410 log << TestLog::Message << "First failure at pixel (" << x << ", " << y << ") (not printing further errors)" << TestLog::EndMessage;
421 log << TestLog::Image("ColorChoiceErrorMask", "Error mask for color choices", errorMask);
440 log << TestLog::Message