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

/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp1004 class BlendFuncCase : public TestCase class in namespace:deqp::gles31::Functional::__anon3573
1007 BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType);
1016 BlendFuncCase::BlendFuncCase (Context& context, const char* name, const char* desc, QueryType verifierType) function in class:deqp::gles31::Functional::__anon3573::BlendFuncCase
1022 void BlendFuncCase::init (void)
1028 BlendFuncCase::IterateResult BlendFuncCase::iterate (void)
1509 FOR_EACH_VERIFIER(new BlendFuncCase (m_context, (std::string() + "blend_func_" + verifierSuffix).c_str(), "BLEND_SRC and BLEND_DST", verifier))

Completed in 51 milliseconds