Lines Matching defs:log
157 TestLog& log = m_testCtx.getLog();
185 log << TestLog::Message << "Creating window surface with config ID " << id << TestLog::EndMessage;
202 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
206 log << TestLog::Message << " Pass" << TestLog::EndMessage;
226 TestLog& log = m_testCtx.getLog();
254 log << TestLog::Message << "Creating pixmap surface with config ID " << id << TestLog::EndMessage;
270 log << TestLog::Message << " Fail, invalid surface size " << pixmapWidth << "x" << pixmapHeight << TestLog::EndMessage;
274 log << TestLog::Message << " Pass" << TestLog::EndMessage;
293 TestLog& log = m_testCtx.getLog();
300 log << TestLog::Message << "Creating pbuffer surface with config ID " << id << TestLog::EndMessage;
309 log << TestLog::Message << " Fail, maximum pbuffer size of " << width << "x" << height << " reported" << TestLog::EndMessage;
329 log << TestLog::Message << " Pass" << TestLog::EndMessage;