Lines Matching defs:log
119 TestLog& log = m_testCtx.getLog();
136 log << TestLog::Message << "Creating window surface with config ID " << id << TestLog::EndMessage;
153 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
157 log << TestLog::Message << " Pass" << TestLog::EndMessage;
177 TestLog& log = m_testCtx.getLog();
194 log << TestLog::Message << "Creating pixmap surface with config ID " << id << TestLog::EndMessage;
210 log << TestLog::Message << " Fail, invalid surface size " << pixmapWidth << "x" << pixmapHeight << TestLog::EndMessage;
214 log << TestLog::Message << " Pass" << TestLog::EndMessage;
233 TestLog& log = m_testCtx.getLog();
240 log << TestLog::Message << "Creating pbuffer surface with config ID " << id << TestLog::EndMessage;
249 log << TestLog::Message << " Fail, maximum pbuffer size of " << width << "x" << height << " reported" << TestLog::EndMessage;
269 log << TestLog::Message << " Pass" << TestLog::EndMessage;