• Home
  • Raw
  • Download

Lines Matching refs:spec

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() argument
346 , m_spec (spec) in MemoryStressCase()
476 MemoryStressCase::Spec spec; in init() local
478 spec.types = OBJECTTYPE_PBUFFER; in init()
479 spec.minWidth = 256; in init()
480 spec.minHeight = 256; in init()
481 spec.maxWidth = 256; in init()
482 spec.maxHeight = 256; in init()
483 spec.use = false; in init()
485 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress te… in init()
490 MemoryStressCase::Spec spec; in init() local
492 spec.types = OBJECTTYPE_PBUFFER; in init()
493 spec.minWidth = 256; in init()
494 spec.minHeight = 256; in init()
495 spec.maxWidth = 256; in init()
496 spec.maxHeight = 256; in init()
497 spec.use = true; in init()
499 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stres… in init()
504 MemoryStressCase::Spec spec; in init() local
506 spec.types = OBJECTTYPE_PBUFFER; in init()
507 spec.minWidth = 1024; in init()
508 spec.minHeight = 1024; in init()
509 spec.maxWidth = 1024; in init()
510 spec.maxHeight = 1024; in init()
511 spec.use = false; in init()
513 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress … in init()
518 MemoryStressCase::Spec spec; in init() local
520 spec.types = OBJECTTYPE_PBUFFER; in init()
521 spec.minWidth = 1024; in init()
522 spec.minHeight = 1024; in init()
523 spec.maxWidth = 1024; in init()
524 spec.maxHeight = 1024; in init()
525 spec.use = true; in init()
527 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation str… in init()
532 MemoryStressCase::Spec spec; in init() local
534 spec.types = OBJECTTYPE_PBUFFER; in init()
535 spec.minWidth = 64; in init()
536 spec.minHeight = 64; in init()
537 spec.maxWidth = 1024; in init()
538 spec.maxHeight = 1024; in init()
539 spec.use = false; in init()
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests")); in init()
546 MemoryStressCase::Spec spec; in init() local
548 spec.types = OBJECTTYPE_PBUFFER; in init()
549 spec.minWidth = 64; in init()
550 spec.minHeight = 64; in init()
551 spec.maxWidth = 1024; in init()
552 spec.maxHeight = 1024; in init()
553 spec.use = true; in init()
555 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"… in init()
560 MemoryStressCase::Spec spec; in init() local
562 spec.types = OBJECTTYPE_CONTEXT; in init()
563 spec.minWidth = 1024; in init()
564 spec.minHeight = 1024; in init()
565 spec.maxWidth = 1024; in init()
566 spec.maxHeight = 1024; in init()
567 spec.use = false; in init()
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests")); in init()
574 MemoryStressCase::Spec spec; in init() local
576 spec.types = OBJECTTYPE_CONTEXT; in init()
577 spec.minWidth = 1024; in init()
578 spec.minHeight = 1024; in init()
579 spec.maxWidth = 1024; in init()
580 spec.maxHeight = 1024; in init()
581 spec.use = true; in init()
583 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"… in init()
588 MemoryStressCase::Spec spec; in init() local
590 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT); in init()
591 spec.minWidth = 64; in init()
592 spec.minHeight = 64; in init()
593 spec.maxWidth = 1024; in init()
594 spec.maxHeight = 1024; in init()
595 spec.use = false; in init()
597 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocati… in init()
602 MemoryStressCase::Spec spec; in init() local
604 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT); in init()
605 spec.minWidth = 64; in init()
606 spec.minHeight = 64; in init()
607 spec.maxWidth = 1024; in init()
608 spec.maxHeight = 1024; in init()
609 spec.use = true; in init()
611 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allo… in init()