Home | History | Annotate | Download | only in egl

Lines Matching refs:m_eglTestCtx

85 	EglTestContext&			m_eglTestCtx;
106 : m_eglTestCtx (eglTestCtx)
120 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
125 const Library& egl = m_eglTestCtx.getLibrary();
199 const Library& egl = m_eglTestCtx.getLibrary();
265 const Library& egl = m_eglTestCtx.getLibrary();
358 const Library& egl = m_eglTestCtx.getLibrary();
373 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
387 m_eglTestCtx.getLibrary().terminate(m_display);
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);
485 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress tests"));
499 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stress tests"));
513 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress tests"));
527 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation stress tests"));
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests"));
555 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"));
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests"));
583 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"));
597 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocation stress tests"));
611 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allocation stress tests"));