Home | History | Annotate | Download | only in egl

Lines Matching defs:MemoryStressCase

314 class MemoryStressCase : public TestCase
327 MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description);
344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const char* description)
356 void MemoryStressCase::init (void)
380 void MemoryStressCase::deinit (void)
392 TestCase::IterateResult MemoryStressCase::iterate (void)
476 MemoryStressCase::Spec spec;
485 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress tests"));
490 MemoryStressCase::Spec spec;
499 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stress tests"));
504 MemoryStressCase::Spec spec;
513 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress tests"));
518 MemoryStressCase::Spec spec;
527 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation stress tests"));
532 MemoryStressCase::Spec spec;
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests"));
546 MemoryStressCase::Spec spec;
555 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"));
560 MemoryStressCase::Spec spec;
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests"));
574 MemoryStressCase::Spec spec;
583 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"));
588 MemoryStressCase::Spec spec;
597 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocation stress tests"));
602 MemoryStressCase::Spec spec;
611 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allocation stress tests"));