Lines Matching defs:log
66 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
84 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
85 : glu::CallLogWrapper (gl, log)
105 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
116 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
117 : StateVerifier(gl, log, "_getboolean")
328 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
339 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
340 : StateVerifier(gl, log, "_getinteger")
496 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
507 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
508 : StateVerifier(gl, log, "_getfloat")