Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.hpp36 class NegativeStateApiTests : public TestCaseGroup class
39 NegativeStateApiTests (Context& context);
40 ~NegativeStateApiTests (void);
45 NegativeStateApiTests (const NegativeStateApiTests& other);
46 NegativeStateApiTests& operator= (const NegativeStateApiTests& other);
Des3fNegativeStateApiTests.cpp61 NegativeStateApiTests::NegativeStateApiTests (Context& context) in NegativeStateApiTests() function in deqp::gles3::Functional::NegativeStateApiTests
66 NegativeStateApiTests::~NegativeStateApiTests (void) in ~NegativeStateApiTests()
70 void NegativeStateApiTests::init (void) in init()
Des3fFunctionalTests.cpp318 addChild(new NegativeStateApiTests (m_context)); in init()
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.hpp36 class NegativeStateApiTests : public TestCaseGroup class
39 NegativeStateApiTests (Context& context);
40 ~NegativeStateApiTests (void);
45 NegativeStateApiTests (const NegativeStateApiTests& other);
46 NegativeStateApiTests& operator= (const NegativeStateApiTests& other);
Des2fNegativeStateApiTests.cpp54 NegativeStateApiTests::NegativeStateApiTests (Context& context) in NegativeStateApiTests() function in deqp::gles2::Functional::NegativeStateApiTests
59 NegativeStateApiTests::~NegativeStateApiTests (void) in ~NegativeStateApiTests()
63 void NegativeStateApiTests::init (void) in init()
Des2fFunctionalTests.cpp248 addChild(new NegativeStateApiTests (m_context)); in init()