Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp859 class EnableBlendCase : public TestCase class
862EnableBlendCase (Context& context, const char* name, const char* desc, QueryType verifierType);
871 EnableBlendCase::EnableBlendCase (Context& context, const char* name, const char* desc, QueryType v… in EnableBlendCase() function in deqp::gles31::Functional::__anond6dd73b70111::EnableBlendCase
877 void EnableBlendCase::init (void) in init()
882 EnableBlendCase::IterateResult EnableBlendCase::iterate (void) in iterate()
1513 …this->addChild(new EnableBlendCase (m_context, (std::string() + "blend_" + verifierSuffix).c_str… in init()