Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds