Lines Matching defs:log
72 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
91 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
92 : glu::CallLogWrapper (gl, log)
112 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
120 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
121 : StateVerifier(gl, log, "_getboolean")
254 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
262 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
263 : StateVerifier(gl, log, "_getinteger")
439 GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log);
447 GetInteger64Verifier::GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log)
448 : StateVerifier(gl, log, "_getinteger64")
624 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
632 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
633 : StateVerifier(gl, log, "_getfloat")