Lines Matching refs:getDisplay
190 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in chooseConfig()
249 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in createPBuffer()
267 …window = m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_N… in createWindow()
268 …teWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_eglTestCtx.getDisplay().getEGLDisplay(… in createWindow()
273 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface)); in createWindow()
293 …pixmap = m_eglTestCtx.createNativePixmap(m_eglTestCtx.getDisplay().getEGLDisplay(), m_config, DE_N… in createPixmap()
294 …tePixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_eglTestCtx.getDisplay().getEGLDisplay(… in createPixmap()
299 TCU_CHECK_EGL_CALL(eglDestroySurface(m_eglTestCtx.getDisplay().getEGLDisplay(), surface)); in createPixmap()
313 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in destroySurfaces()
350 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in createContexts()
371 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in destroyContexts()
490 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); in iterate()