Home
last modified time | relevance | path

Searched refs:MemoryStressCase (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sMemoryTests.cpp62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
73 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sMemoryTests.cpp64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
75 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
[all …]
/external/deqp/modules/egl/
DteglMemoryStressTests.cpp314 class MemoryStressCase : public TestCase class
327MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description…
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const … in MemoryStressCase() function in deqp::egl::MemoryStressCase
356 void MemoryStressCase::init (void) in init()
380 void MemoryStressCase::deinit (void) in deinit()
392 TestCase::IterateResult MemoryStressCase::iterate (void) in iterate()
476 MemoryStressCase::Spec spec; in init()
485 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress te… in init()
490 MemoryStressCase::Spec spec; in init()
499 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stres… in init()
[all …]
/external/deqp/modules/glshared/
DglsMemoryStressCase.hpp58 class MemoryStressCase : public tcu::TestCase class
61MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTy…
62 ~MemoryStressCase (void);
78 MemoryStressCase (const MemoryStressCase&);
79 MemoryStressCase& operator= (const MemoryStressCase&);
DglsMemoryStressCase.cpp819 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUin… in MemoryStressCase() function in deqp::gls::MemoryStressCase
838 MemoryStressCase::~MemoryStressCase (void) in ~MemoryStressCase()
842 void MemoryStressCase::init (void) in init()
851 void MemoryStressCase::deinit (void) in deinit()
856 tcu::TestCase::IterateResult MemoryStressCase::iterate (void) in iterate()