Lines Matching defs:log
50 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
61 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
62 : glu::CallLogWrapper (gl, log)
82 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
86 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
87 : StateVerifier(gl, log, "_getboolean")
126 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
130 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
131 : StateVerifier(gl, log, "_getinteger")
162 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
166 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
167 : StateVerifier(gl, log, "_getfloat")