Searched defs:BlendEquationIndexedStateCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp681 class BlendEquationIndexedStateCase : public TestCase class in namespace:deqp::gles31::Functional::__anon3555
684 BlendEquationIndexedStateCase (Context& context,
698 BlendEquationIndexedStateCase::BlendEquationIndexedStateCase (Context& context, function in class:deqp::gles31::Functional::__anon3555::BlendEquationIndexedStateCase
711 BlendEquationIndexedStateCase::IterateResult BlendEquationIndexedStateCase::iterate (void)
798 stateQueryGroup->addChild(new BlendEquationIndexedStateCase(m_context, "blend_equation_getbooleani_v", "Test per-attchment BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_INDEXED_BOOLEAN));
799 stateQueryGroup->addChild(new BlendEquationIndexedStateCase(m_context, "blend_equation_getintegeri_v", "Test per-attchment BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_INDEXED_INTEGER));
800 stateQueryGroup->addChild(new BlendEquationIndexedStateCase(m_context, "blend_equation_getinteger64i_v", "Test per-attchment BLEND_EQUATION", s_blendEquations, DE_LENGTH_OF_ARRAY(s_blendEquations), QUERY_INDEXED_INTEGER64));

Completed in 156 milliseconds