Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp845 class EnableBlendCase : public TestCase class
848EnableBlendCase (Context& context, const char* name, const char* desc, QueryType verifierType);
857 EnableBlendCase::EnableBlendCase (Context& context, const char* name, const char* desc, QueryType v… in EnableBlendCase() function in deqp::gles31::Functional::__anon5f9ff0b00111::EnableBlendCase
863 void EnableBlendCase::init (void) in init()
869 EnableBlendCase::IterateResult EnableBlendCase::iterate (void) in iterate()
1506 …this->addChild(new EnableBlendCase (m_context, (std::string() + "blend_" + verifierSuffix).c_str… in init()