Searched defs:MemoryStressCase (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsMemoryStressCase.hpp58 class MemoryStressCase : public tcu::TestCase class in namespace:deqp::gls
61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
62 ~MemoryStressCase (void);
78 MemoryStressCase (const MemoryStressCase&);
79 MemoryStressCase& operator= (const MemoryStressCase&);
H A DglsMemoryStressCase.cpp819 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc) function in class:deqp::gls::MemoryStressCase
838 MemoryStressCase::~MemoryStressCase (void)
842 void MemoryStressCase::init (void)
851 void MemoryStressCase::deinit (void)
856 tcu::TestCase::IterateResult MemoryStressCase::iterate (void)
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp305 class MemoryStressCase : public TestCase class in namespace:deqp::egl
318 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description) function in class:deqp::egl::MemoryStressCase
347 void MemoryStressCase::init (void)
369 void MemoryStressCase::deinit (void)
375 TestCase::IterateResult MemoryStressCase::iterate (void)
459 MemoryStressCase::Spec spec;
468 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress tests"));
473 MemoryStressCase
[all...]

Completed in 70 milliseconds