Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1197 class BlendEquationCase : public TestCase class
1200BlendEquationCase (Context& context, const char* name, const char* desc, QueryType verifierType);
1209 BlendEquationCase::BlendEquationCase (Context& context, const char* name, const char* desc, QueryTy… in BlendEquationCase() function in deqp::gles31::Functional::__anon5f9ff0b00111::BlendEquationCase
1215 void BlendEquationCase::init (void) in init()
1221 BlendEquationCase::IterateResult BlendEquationCase::iterate (void) in iterate()
1510 …FOR_EACH_VERIFIER(new BlendEquationCase (m_context, (std::string() + "blend_equation_" + verifie… in init()