HomeSort by relevance Sort by last modified time
    Searched refs:MemoryTests (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/stress/
es2sMemoryTests.hpp 36 class MemoryTests : public TestCaseGroup
39 MemoryTests (Context& testCtx);
40 ~MemoryTests (void);
45 MemoryTests (const MemoryTests& other);
46 MemoryTests& operator= (const MemoryTests& other);
es2sStressTests.cpp 49 addChild(new MemoryTests (m_context));
es2sMemoryTests.cpp 45 MemoryTests::MemoryTests (Context& testCtx)
50 MemoryTests::~MemoryTests(void)
54 void MemoryTests::init (void)
  /external/deqp/modules/gles3/stress/
es3sMemoryTests.hpp 36 class MemoryTests : public TestCaseGroup
39 MemoryTests (Context& testCtx);
40 ~MemoryTests (void);
45 MemoryTests (const MemoryTests& other);
46 MemoryTests& operator= (const MemoryTests& other);
es3sStressTests.cpp 54 addChild(new MemoryTests (m_context));
es3sMemoryTests.cpp 47 MemoryTests::MemoryTests (Context& testCtx)
52 MemoryTests::~MemoryTests(void)
56 void MemoryTests::init (void)

Completed in 2879 milliseconds