Lines Matching refs:m_eglTestCtx

85 	EglTestContext&			m_eglTestCtx;  member in deqp::egl::__anon3d6b57060111::MemoryAllocator
106 : m_eglTestCtx (eglTestCtx) in MemoryAllocator()
120 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0)); in MemoryAllocator()
125 const Library& egl = m_eglTestCtx.getLibrary(); in ~MemoryAllocator()
199 const Library& egl = m_eglTestCtx.getLibrary(); in allocatePBuffer()
265 const Library& egl = m_eglTestCtx.getLibrary(); in allocateContext()
358 const Library& egl = m_eglTestCtx.getLibrary(); in init()
373 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
387 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
401 …m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.… in iterate()
485 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256", "PBuffer allocation stress te… in init()
499 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_256x256_use", "PBuffer allocation stres… in init()
513 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024", "PBuffer allocation stress … in init()
527 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_1024x1024_use", "PBuffer allocation str… in init()
541 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer", "PBuffer allocation stress tests")); in init()
555 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_use", "PBuffer allocation stress tests"… in init()
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests")); in init()
583 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "context_use", "Context allocation stress tests"… in init()
597 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocati… in init()
611 …addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allo… in init()