Home | History | Annotate | Download | only in functional

Lines Matching full:m_currentsample

562 	int							m_currentSample;
586 , m_currentSample (-1)
724 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration", (m_currentSample == -1) ? ("Verifying with zero mask") : (std::string() + "Verifying sample " + de::toString(m_currentSample + 1) + "/" + de::toString(m_samples)));
730 updateTexture(m_currentSample);
734 iterationOk = verifyTexture(m_currentSample);
738 m_currentSample++;
739 if (m_currentSample < m_samples)