Lines Matching refs:StateQueryUtil
599 gls::StateQueryUtil::QueryType type);
603 const gls::StateQueryUtil::QueryType m_type;
609 gls::StateQueryUtil::QueryType type) in BlendAdvancedCoherentStateCase()
627 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
636 …gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, false, m_type); in iterate()
641 gls::StateQueryUtil::verifyStateBoolean(result, gl, GL_BLEND_ADVANCED_COHERENT_KHR, true, m_type); in iterate()
656 gls::StateQueryUtil::QueryType type);
660 const gls::StateQueryUtil::QueryType m_type;
670 gls::StateQueryUtil::QueryType type) in BlendEquationStateCase()
695 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type); in iterate()
710 gls::StateQueryUtil::QueryType type);
714 const gls::StateQueryUtil::QueryType m_type;
724 gls::StateQueryUtil::QueryType type) in BlendEquationIndexedStateCase()
754 …gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx],… in iterate()
812 using namespace gls::StateQueryUtil; in init()