Home | History | Annotate | Download | only in functional

Lines Matching refs:ScopedLogSection

142 		const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value");
149 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind");
164 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete");
301 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value");
307 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterBinding", "After binding");
317 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterDelete", "After deleting");
356 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value");
362 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterBinding", "After binding");
372 const tcu::ScopedLogSection section (m_testCtx.getLog(), "AfterDelete", "After deleting");
417 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Minimum", "Specified minimum is " + de::toString(m_minValue));
422 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Ties", "The limit is tied to the value of " + de::toString(glu::getGettableStateStr(m_tiedTo)));
464 const tcu::ScopedLogSection section(m_testCtx.getLog(), "TiedTo", de::toString(glu::getGettableStateStr(m_legacyTarget)) +