Home
last modified time | relevance | path

Searched refs:m_equations (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp662 const glw::GLenum* m_equations; member in deqp::gles31::Functional::__anond0b617540111::BlendEquationStateCase
674 , m_equations (equations) in BlendEquationStateCase()
691 …on(m_testCtx.getLog(), "Type", "Test " + de::toString(glu::getBlendEquationStr(m_equations[ndx]))); in iterate()
693 gl.glBlendEquation(m_equations[ndx]); in iterate()
696 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type); in iterate()
716 const glw::GLenum* m_equations; member in deqp::gles31::Functional::__anond0b617540111::BlendEquationIndexedStateCase
728 , m_equations (equations) in BlendEquationIndexedStateCase()
750 …on(m_testCtx.getLog(), "Type", "Test " + de::toString(glu::getBlendEquationStr(m_equations[ndx]))); in iterate()
752 gl.glBlendEquationi(2, m_equations[ndx]); in iterate()
755 …gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx],… in iterate()