Lines Matching refs:result
621 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
628 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type);
637 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, false, m_type);
642 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type);
645 result.setTestContextResult(m_testCtx);
685 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
696 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type);
699 result.setTestContextResult(m_testCtx);
744 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
755 gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx], m_type);
758 result.setTestContextResult(m_testCtx);