HomeSort by relevance Sort by last modified time
    Searched full:m_equations (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 641 const glw::GLenum* m_equations; member in class:deqp::gles31::Functional::__anon7891::BlendEquationStateCase
653 , m_equations (equations)
669 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", "Test " + de::toString(glu::getBlendEquationStr(m_equations[ndx])));
671 gl.glBlendEquation(m_equations[ndx]);
674 gls::StateQueryUtil::verifyStateInteger(result, gl, GL_BLEND_EQUATION, m_equations[ndx], m_type);
694 const glw::GLenum* m_equations; member in class:deqp::gles31::Functional::__anon7891::BlendEquationIndexedStateCase
706 , m_equations (equations)
723 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", "Test " + de::toString(glu::getBlendEquationStr(m_equations[ndx])));
725 gl.glBlendEquationi(2, m_equations[ndx]);
728 gls::StateQueryUtil::verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION, 2, m_equations[ndx], m_type)
    [all...]

Completed in 1380 milliseconds