Lines Matching defs:log
66 StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
85 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
86 : glu::CallLogWrapper (gl, log)
106 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
118 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
119 : StateVerifier(gl, log, "_getboolean")
360 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
372 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
373 : StateVerifier(gl, log, "_getinteger")
547 GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log);
559 GetInteger64Verifier::GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log)
560 : StateVerifier(gl, log, "_getinteger64")
733 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
745 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
746 : StateVerifier(gl, log, "_getfloat")