Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp2707 class NegativeGroup : public TestCaseGroup class
2710 NegativeGroup (Context& context, const char* name, const char* descr);
2711 ~NegativeGroup (void);
2716 NegativeGroup::NegativeGroup (Context& context, const char* name, const char* descr) in NegativeGroup() function in deqp::gles31::Functional::__anon2b15ba460111::NegativeGroup
2721 NegativeGroup::~NegativeGroup (void) in ~NegativeGroup()
2725 void NegativeGroup::init (void) in init()
2793 …this->addChild(new NegativeGroup(m_context, "negative", "invalid draw commands with defined error … in init()