Lines Matching defs:test
314 void ShaderBallotBaseTestCase::ShaderPipeline::test(deqp::Context& context)
480 /** Initializes the test
486 /** Executes test iteration.
488 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
512 (*pipelineIter)->test(m_context);
556 /** Initializes the test
562 /** Executes test iteration.
564 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
588 (*pipelineIter)->test(m_context);
632 /** Initializes the test
638 /** Executes test iteration.
640 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
664 (*pipelineIter)->test(m_context);
705 /** Initializes the test
711 /** Executes test iteration.
713 * @return Returns STOP when test has finished executing, CONTINUE if more iterations are needed.
740 (*pipelineIter)->test(m_context);
762 /** Initializes the shader_ballot test group.