Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1016 class BlendFuncCase : public TestCase class
1019 BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType);
1028 BlendFuncCase::BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verif… in BlendFuncCase() function in deqp::gles31::Functional::__anond6dd73b70111::BlendFuncCase
1034 void BlendFuncCase::init (void) in init()
1039 BlendFuncCase::IterateResult BlendFuncCase::iterate (void) in iterate()
1516 …FOR_EACH_VERIFIER(new BlendFuncCase (m_context, (std::string() + "blend_func_" + verifierSuffix… in init()