Lines Matching refs:m_result

315 	tcu::ResultCollector						m_result;  member in deqp::egl::__anon9bb255fb0111::GetFrameTimestampTest
325 , m_result (m_testCtx.getLog()) in GetFrameTimestampTest()
636 …check_lt<EGLnsecsANDROID>(m_result, 1000000, frame.compositeInterval, "Reported refresh rate great… in executeForConfig()
637 …check_lt<EGLnsecsANDROID>(m_result, frame.compositeInterval, 1000000000, "Reported refresh rate le… in executeForConfig()
638 …check_lt<EGLnsecsANDROID>(m_result, 0, frame.compositeToPresentLatency, "Composite to present late… in executeForConfig()
639 …check_lt(m_result, frame.compositeToPresentLatency, frame.compositeInterval * 4, "Composite to pre… in executeForConfig()
641 …check_lt(m_result, minDeadline, frame.compositeDeadline, "Next composite deadline is in the past."… in executeForConfig()
643 …check_lt(m_result, frame.compositeDeadline, maxDeadline, "Next composite deadline over two interva… in executeForConfig()
672 verifySingleFrame(frame6ago, m_result, verifyReadsDone); in executeForConfig()
676 verifyNeighboringFrames(frame7ago, frame6ago, m_result); in executeForConfig()
704 m_result.check(finalTimestampAvailable, "Timed out polling for timestamps of last swap."); in executeForConfig()
705 m_result.check((lastFrame.requestedPresent >= 0), "Requested present of last swap not avaiable."); in executeForConfig()
706m_result.check((lastFrame.renderingComplete >= 0), "Rendering complete of last swap not avaiable."… in executeForConfig()
707 m_result.check((lastFrame.latch >= 0), "Latch of last swap not avaiable."); in executeForConfig()
708m_result.check((lastFrame.firstCompositionStart >= 0), "First composite time of last swap not avai… in executeForConfig()
709m_result.check((lastFrame.lastCompositionStart >= 0), "Last composite time of last swap not avaiab… in executeForConfig()
720 m_result.setTestContextResult(m_testCtx); in executeForConfig()