Lines Matching refs:m_display
86 EGLDisplay m_display; member in deqp::egl::__anon57d2408d0111::MemoryAllocator
107 , m_display (display) in MemoryAllocator()
128 egl.destroySurface(m_display, *iter); in ~MemoryAllocator()
133 egl.destroyContext(m_display, *iter); in ~MemoryAllocator()
209 EGLSurface surface = egl.createPbufferSurface(m_display, m_config, attribList); in allocatePBuffer()
224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocatePBuffer()
232 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocatePBuffer()
273 EGLContext context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList); in allocateContext()
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context)); in allocateContext()
296 EGLU_CHECK_CALL(egl, makeCurrent(m_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in allocateContext()
340 EGLDisplay m_display; member in deqp::egl::MemoryStressCase
351 , m_display (EGL_NO_DISPLAY) in MemoryStressCase()
373 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
375 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in init()
385 if (m_display != EGL_NO_DISPLAY) in deinit()
387 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
388 m_display = EGL_NO_DISPLAY; in deinit()
401 …m_allocator = new MemoryAllocator(m_eglTestCtx, m_display, m_config, m_seed, m_spec.types, m_spec.… in iterate()