• Home
  • Raw
  • Download

Lines Matching refs:m_display

170 	EGLDisplay				m_display;  member in deqp::egl::MultiThreadedTest
266 , m_display (EGL_NO_DISPLAY) in MultiThreadedTest()
279 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
284 if (m_display != EGL_NO_DISPLAY) in deinit()
286 m_eglTestCtx.getLibrary().terminate(m_display); in deinit()
287 m_display = EGL_NO_DISPLAY; in deinit()
550 result = egl.getConfigs(m_display, NULL, 0, &configCount); in runThread()
551 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglGetConfigs(" << m_display << ", NUL… in runThread()
565 …result = egl.getConfigs(m_display, &(configs[configs.size() - configCount]), configCount, &configC… in runThread()
566 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglGetConfigs(" << m_display << ", &co… in runThread()
598 result = egl.chooseConfig(m_display, attribList, NULL, 0, &configCount); in runThread()
599 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglChooseConfig(" << m_display << ", {… in runThread()
613 …result = egl.chooseConfig(m_display, attribList, &(configs[configs.size() - configCount]), configC… in runThread()
614 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglChooseConfig(" << m_display << ", {… in runThread()
679 result = egl.getConfigAttrib(m_display, config, attribute, &value); in runThread()
680 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglGetConfigAttrib(" << m_display << "… in runThread()
765 egl.destroySurface(m_display, m_pbuffers0[pbufferNdx]); in deinit()
776 egl.destroySurface(m_display, m_pbuffers1[pbufferNdx]); in deinit()
787 egl.destroySurface(m_display, m_sharedPbuffers[pbufferNdx]); in deinit()
798 egl.destroyContext(m_display, m_sharedContexts[contextNdx]); in deinit()
809 egl.destroyContext(m_display, m_contexts0[contextNdx]); in deinit()
820 egl.destroyContext(m_display, m_contexts1[contextNdx]); in deinit()
831 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps0[pixmapNdx].second)); in deinit()
842 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativePixmaps1[pixmapNdx].second)); in deinit()
853 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativePixmaps[pixmapNdx].second)); in deinit()
865 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit()
876 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit()
887 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_sharedNativeWindows[windowNdx].second)); in deinit()
923 EGLU_CHECK_CALL(egl, chooseConfig(m_display, attribList, &m_config, 1, &configCount)); in runThread()
1077 surface = egl.createPbufferSurface(m_display, m_config, attributes); in createDestroyObjects()
1078 … ThreadLog::BeginMessage << surface << " = eglCreatePbufferSurface(" << m_display << ", " << m_con… in createDestroyObjects()
1099 …window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1100 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createDestroyObjects()
1108 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1126 …window = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1127 …surface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, m_display, m_config,… in createDestroyObjects()
1135 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1151 …pixmap = pixmapFactory.createPixmap(&m_eglTestCtx.getNativeDisplay(), m_display, m_config, DE_NULL… in createDestroyObjects()
1152 …surface = eglu::createPixmapSurface(m_eglTestCtx.getNativeDisplay(), *pixmap, m_display, m_config,… in createDestroyObjects()
1160 EGLU_CHECK_CALL(egl, destroySurface(m_display, surface)); in createDestroyObjects()
1180 context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attributes); in createDestroyObjects()
1181 …thread.getLog() << ThreadLog::BeginMessage << context << " = eglCreateContext(" << m_display << ",… in createDestroyObjects()
1200 result = egl.destroySurface(m_display, pbuffers[pbufferNdx]); in createDestroyObjects()
1201 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglDestroySurface(" << m_display << ",… in createDestroyObjects()
1213 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows… in createDestroyObjects()
1215 EGLU_CHECK_CALL(egl, destroySurface(m_display, windows[windowNdx].second)); in createDestroyObjects()
1231 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps… in createDestroyObjects()
1232 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in createDestroyObjects()
1245 EGLU_CHECK_CALL(egl, destroyContext(m_display, contexts[contextNdx])); in createDestroyObjects()
1246 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroyContext(" << m_display << ", " << context… in createDestroyObjects()
1388 result = egl.querySurface(m_display, surface, attribute, &value); in querySetSharedObjects()
1389 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglQuerySurface(" << m_display << ", "… in querySetSharedObjects()
1407 result = egl.queryContext(m_display, context, attribute, &value); in querySetSharedObjects()
1408 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglQueryContext(" << m_display << ", "… in querySetSharedObjects()
1432 result = egl.destroySurface(m_display, pbuffers[pbufferNdx]); in destroyObjects()
1433 …thread.getLog() << ThreadLog::BeginMessage << result << " = eglDestroySurface(" << m_display << ",… in destroyObjects()
1444 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << windows… in destroyObjects()
1445 EGLU_CHECK_CALL(egl, destroySurface(m_display, windows[windowNdx].second)); in destroyObjects()
1461 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroySurface(" << m_display << ", " << pixmaps… in destroyObjects()
1462 EGLU_CHECK_CALL(egl, destroySurface(m_display, pixmaps[pixmapNdx].second)); in destroyObjects()
1478 EGLU_CHECK_CALL(egl, destroyContext(m_display, contexts[contextNdx])); in destroyObjects()
1479 …thread.getLog() << ThreadLog::BeginMessage << "eglDestroyContext(" << m_display << ", " << context… in destroyObjects()