Lines Matching defs:log
48 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
60 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
61 : glu::CallLogWrapper (gl, log)
81 IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log);
87 IsEnabledVerifier::IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log)
88 : StateVerifier(gl, log, "_isenabled")
129 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
135 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
136 : StateVerifier(gl, log, "_getboolean")
209 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
216 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
217 : StateVerifier(gl, log, "_getinteger")
290 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
296 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
297 : StateVerifier(gl, log, "_getfloat")