Searched refs:MemoryTests (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
H A Des2sMemoryTests.hpp36 class MemoryTests : public TestCaseGroup class in namespace:deqp::gles2::Stress
39 MemoryTests (Context& testCtx);
40 ~MemoryTests (void);
45 MemoryTests (const MemoryTests& other);
46 MemoryTests& operator= (const MemoryTests& other);
H A Des2sStressTests.cpp49 addChild(new MemoryTests (m_context));
H A Des2sMemoryTests.cpp45 MemoryTests::MemoryTests (Context& testCtx) function in class:deqp::gles2::Stress::MemoryTests
50 MemoryTests::~MemoryTests(void)
54 void MemoryTests::init (void)
/external/deqp/modules/gles3/stress/
H A Des3sMemoryTests.hpp36 class MemoryTests : public TestCaseGroup class in namespace:deqp::gles3::Stress
39 MemoryTests (Context& testCtx);
40 ~MemoryTests (void);
45 MemoryTests (const MemoryTests& other);
46 MemoryTests& operator= (const MemoryTests& other);
H A Des3sStressTests.cpp54 addChild(new MemoryTests (m_context));
H A Des3sMemoryTests.cpp47 MemoryTests::MemoryTests (Context& testCtx) function in class:deqp::gles3::Stress::MemoryTests
52 MemoryTests::~MemoryTests(void)
56 void MemoryTests::init (void)

Completed in 247 milliseconds