Home | History | Annotate | Download | only in egl

Lines Matching defs:use

8  * you may not use this file except in compliance with the License.
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
118 , m_use (use)
324 bool use;
369 m_testCtx.getLog() << TestLog::Message << "Tests that exhaust memory are disabled, use --deqp-test-oom=enable command line option to enable." << TestLog::EndMessage;
401 m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.minWidth, m_spec.minHeight, m_spec.maxWidth, m_spec.maxHeight, m_spec.use);
483 spec.use = false;
488 // Check small pbuffers 256x256 and use them
497 spec.use = true;
511 spec.use = false;
516 // Check big pbuffers 1024x1024 and use them
525 spec.use = true;
539 spec.use = false;
544 // Check different sized pbuffers and use them
553 spec.use = true;
567 spec.use = false;
572 // Check contexts and use them
581 spec.use = true;
595 spec.use = false;
600 // Check contexts and pbuffers and use
609 spec.use = true;