Searched refs:MemoryStressCase (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 62 …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/ |
D | es3sMemoryTests.cpp | 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() 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/ |
D | teglMemoryStressTests.cpp | 314 class MemoryStressCase : public TestCase class 327 …MemoryStressCase (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/ |
D | glsMemoryStressCase.hpp | 58 class MemoryStressCase : public tcu::TestCase class 61 …MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTy… 62 ~MemoryStressCase (void); 78 MemoryStressCase (const MemoryStressCase&); 79 MemoryStressCase& operator= (const MemoryStressCase&);
|
D | glsMemoryStressCase.cpp | 819 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()
|