Lines Matching refs:gls
54 using gls::FragmentOpUtil::IntegerQuad;
55 using gls::FragmentOpUtil::ReferenceQuadRenderer;
509 const tcu::PixelBufferAccess colorAccess = gls::FragmentOpUtil::getMultisampleAccess(m_refColorBuffer->getAccess());
600 gls::StateQueryUtil::QueryType type);
604 const gls::StateQueryUtil::QueryType m_type;
610 gls::StateQueryUtil::QueryType type)
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);
657 gls::StateQueryUtil::QueryType type);
661 const gls::StateQueryUtil::QueryType m_type;
671 gls::StateQueryUtil::QueryType type)
696 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type);
711 gls::StateQueryUtil::QueryType type);
715 const gls::StateQueryUtil::QueryType m_type;
725 gls::StateQueryUtil::QueryType type)
755 gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx], m_type);
813 using namespace gls::StateQueryUtil;