Lines Matching refs:StateQueryUtil
583 gls::StateQueryUtil::QueryType type);
587 const gls::StateQueryUtil::QueryType m_type;
593 gls::StateQueryUtil::QueryType type) in BlendAdvancedCoherentStateCase()
611 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
620 …gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, false, m_type); in iterate()
625 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
640 gls::StateQueryUtil::QueryType type);
644 const gls::StateQueryUtil::QueryType m_type;
654 gls::StateQueryUtil::QueryType type) in BlendEquationStateCase()
679 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type); in iterate()
694 gls::StateQueryUtil::QueryType type);
698 const gls::StateQueryUtil::QueryType m_type;
708 gls::StateQueryUtil::QueryType type) in BlendEquationIndexedStateCase()
736 …gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx],… in iterate()
793 using namespace gls::StateQueryUtil; in init()