Lines Matching defs:log
553 ContextReset (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
554 ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType);
585 ContextReset::ContextReset (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType)
587 , m_log (log)
592 ContextReset::ContextReset (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType)
594 , m_log (log)
625 FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType);
644 FixedFunctionOOB::FixedFunctionOOB (glw::Functions& gl, tcu::TestLog& log, FixedFunctionType fixedFunctionType)
645 : ContextReset(gl, log, fixedFunctionType)
750 ShadersOOB (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType);
777 ShadersOOB::ShadersOOB (glw::Functions& gl, tcu::TestLog& log, ShaderType shaderType, ResourceType resourceType, ReadWriteType readWriteType)
778 : ContextReset(gl, log, shaderType, resourceType, readWriteType)
1131 TestLog& log = m_testCtx.getLog();
1133 log << tcu::TestLog::Message
1163 log << TestLog::Message
1184 TestLog& log = m_testCtx.getLog();
1186 log << tcu::TestLog::Message
1221 log << tcu::TestLog::Message
1244 TestLog& log = m_testCtx.getLog();
1246 log << tcu::TestLog::Message
1276 log << tcu::TestLog::Message
1284 log << tcu::TestLog::Message
1296 de::SharedPtr<ContextReset> contextResetFactory (const RobustnessTestCase::Params params, glw::Functions& gl, tcu::TestLog& log)
1299 return de::SharedPtr<ContextReset>(new FixedFunctionOOB(gl, log, params.getFixedFunctionType()));
1302 return de::SharedPtr<ContextReset>(new ShadersOOB(gl, log, params.getShaderType(), params.getResourceType(), params.getReadWriteType()));
1455 TestLog& log = m_testCtx.getLog();
1459 log << tcu::TestLog::Message
1483 log << tcu::TestLog::Message << "Create context A (share_context = EGL_NO_CONTEXT)" << tcu::TestLog::EndMessage;
1486 log << tcu::TestLog::Message << "Create context B (share_context = context A)" << tcu::TestLog::EndMessage;
1494 log << TestLog::Message
1521 TestLog& log = m_testCtx.getLog();
1525 log << tcu::TestLog::Message
1549 log << TestLog::Message
1577 TestLog& log = m_testCtx.getLog();
1580 log << tcu::TestLog::Message
1604 log << TestLog::Message