Lines Matching refs:MemoryStressCase
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()
504 MemoryStressCase::Spec spec; in init()
513 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress … in init()
518 MemoryStressCase::Spec spec; in init()
527 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation str… in init()
532 MemoryStressCase::Spec spec; in init()
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests")); in init()
546 MemoryStressCase::Spec spec; in init()
555 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"… in init()
560 MemoryStressCase::Spec spec; in init()
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests")); in init()
574 MemoryStressCase::Spec spec; in init()
583 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"… in init()
588 MemoryStressCase::Spec spec; in init()
597 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocati… in init()
602 MemoryStressCase::Spec spec; in init()
611 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allo… in init()