Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.hpp36 class AtomicCounterTests : public TestCaseGroup class
39 AtomicCounterTests (Context& context);
40 ~AtomicCounterTests (void);
45 AtomicCounterTests (const AtomicCounterTests& other);
46 AtomicCounterTests& operator= (const AtomicCounterTests& other);
Des31fAtomicCounterTests.cpp1298 AtomicCounterTests::AtomicCounterTests (Context& context) in AtomicCounterTests() function in deqp::gles31::Functional::AtomicCounterTests
1536 AtomicCounterTests::~AtomicCounterTests (void) in ~AtomicCounterTests()
1540 void AtomicCounterTests::init (void) in init()
Des31fFunctionalTests.cpp337 addChild(new AtomicCounterTests (m_context)); in init()