Lines Matching refs:StateQueryUtil
579 gls::StateQueryUtil::QueryType type);
583 const gls::StateQueryUtil::QueryType m_type;
589 gls::StateQueryUtil::QueryType type) in BlendAdvancedCoherentStateCase()
607 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
616 …gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, false, m_type); in iterate()
621 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
636 gls::StateQueryUtil::QueryType type);
640 const gls::StateQueryUtil::QueryType m_type;
650 gls::StateQueryUtil::QueryType type) in BlendEquationStateCase()
674 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type); in iterate()
689 gls::StateQueryUtil::QueryType type);
693 const gls::StateQueryUtil::QueryType m_type;
703 gls::StateQueryUtil::QueryType type) in BlendEquationIndexedStateCase()
728 …gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx],… in iterate()
785 using namespace gls::StateQueryUtil; in init()