Home | History | Annotate | Download | only in functional

Lines Matching refs:log

48 						StateVerifier					(const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix);
59 StateVerifier::StateVerifier (const glw::Functions& gl, tcu::TestLog& log, const char* testNamePostfix)
60 : glu::CallLogWrapper (gl, log)
80 IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log);
85 IsEnabledVerifier::IsEnabledVerifier (const glw::Functions& gl, tcu::TestLog& log)
86 : StateVerifier(gl, log, "_isenabled")
121 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
126 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log)
127 : StateVerifier(gl, log, "_getboolean")
190 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
196 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log)
197 : StateVerifier(gl, log, "_getinteger")
260 GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log);
265 GetInteger64Verifier::GetInteger64Verifier (const glw::Functions& gl, tcu::TestLog& log)
266 : StateVerifier(gl, log, "_getinteger64")
329 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
334 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log)
335 : StateVerifier(gl, log, "_getfloat")