Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2359 class NegativeDrawCase : public TestCase class
2362NegativeDrawCase (Context& context, const char* name, const char* desc, GLenum inputType, GLenum i…
2363 ~NegativeDrawCase (void);
2377 NegativeDrawCase::NegativeDrawCase (Context& context, const char* name, const char* desc, GLenum in… in NegativeDrawCase() function in deqp::gles31::Functional::__anon8f46e21a0111::NegativeDrawCase
2386 NegativeDrawCase::~NegativeDrawCase (void) in ~NegativeDrawCase()
2391 void NegativeDrawCase::init (void) in init()
2400 void NegativeDrawCase::deinit (void) in deinit()
2409 NegativeDrawCase::IterateResult NegativeDrawCase::iterate (void) in iterate()
6434 …negativeGroup->addChild(new NegativeDrawCase(m_context, name.c_str(), desc.c_str(), inputType, pri… in init()