Lines Matching refs:m_eglDisplay
113 EGLDisplay getEglDisplay() {return m_eglDisplay;} in getEglDisplay()
122 EGLDisplay m_eglDisplay; member in deqp::egl::SyncTest
137 , m_eglDisplay (EGL_NO_DISPLAY) in SyncTest()
166 eglu::Version version = eglu::getVersion(egl, m_eglDisplay); in hasRequiredEGLVersion()
183 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_fence_sync")) in hasEGLFenceSyncExtension()
196 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_wait_sync")) in hasEGLWaitSyncExtension()
254 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); in init()
255 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, displayAttribList); in init()
265 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList); in init()
269 …m_nativeWindow = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglC… in init()
270 …createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, D… in init()
272 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, m_eglSurface, m_eglSurface, m_eglContext)); in init()
279 if (!eglu::hasExtension(m_eglTestCtx.getLibrary(), m_eglDisplay, "EGL_KHR_reusable_sync")) in init()
290 if (m_eglDisplay != EGL_NO_DISPLAY) in deinit()
294 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
298 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT)); in deinit()
302 EGLU_CHECK_CALL(egl, destroyContext(m_eglDisplay, m_eglContext)); in deinit()
308 EGLU_CHECK_CALL(egl, destroySurface(m_eglDisplay, m_eglSurface)); in deinit()
315 egl.terminate(m_eglDisplay); in deinit()
316 m_eglDisplay = EGL_NO_DISPLAY; in deinit()
340 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
342 m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
392 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, attribList); in test()
394 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << in test()
500 m_sync = (egl.*createSyncFunc)(m_eglDisplay, EGL_NONE, NULL); in test()
502 m_eglDisplay << ", EGL_NONE, NULL)" << TestLog::EndMessage; in test()
566 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, attribs); in test()
568 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << in test()
625 log << TestLog::Message << "eglMakeCurrent(" << m_eglDisplay << in test()
627 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, in test()
630 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
632 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
691 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
693 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
697 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, 0); in test()
699 "(" << m_eglDisplay << ", " << m_sync << ", 0, 0)" << TestLog::EndMessage; in test()
757 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
759 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
765 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test()
767 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test()
779 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, eglTime); in test()
781 "(" << m_eglDisplay << ", " << m_sync << ", 0, " << eglTimeName << ")" << in test()
837 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
839 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
846 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test()
848 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test()
860 log << TestLog::Message << "eglMakeCurrent(" << m_eglDisplay << in test()
862 EGLU_CHECK_CALL(egl, makeCurrent(m_eglDisplay, EGL_NO_SURFACE, in test()
865 EGLint result = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, 0, eglTime); in test()
867 "(" << m_eglDisplay << ", " << m_sync << ", 0, " << eglTimeName << ")" << in test()
922 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
924 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
930 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test()
932 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test()
937 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, flags, eglTime); in test()
939 "(" << m_eglDisplay << ", " << m_sync << ", " << flagsName << ", " << in test()
998 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1000 m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1071 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, sync, 0, eglTime); in test()
1073 "(" << m_eglDisplay << ", " << syncName << ", 0, " << eglTimeName << ")" << in test()
1137 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1139 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1144 EGLU_CHECK_CALL_FPTR(egl, (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, in test()
1146 log << TestLog::Message << funcNames[FUNC_NAME_GET_SYNC_ATTRIB] << "(" << m_eglDisplay << in test()
1200 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1202 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1207 EGLU_CHECK_CALL_FPTR(egl, (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, attribute, &status)); in test()
1209 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1273 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1275 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1281 EGLBoolean ret = egl.signalSyncKHR(m_eglDisplay, m_sync, EGL_SIGNALED_KHR); in test()
1283 m_eglDisplay << ", " << m_sync << ", EGL_SIGNALED_KHR)" << in test()
1296 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, flags, eglTime); in test()
1298 m_eglDisplay << ", " << m_sync << ", " << flagsName << ", " << in test()
1304 EGLU_CHECK_CALL_FPTR(egl, (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, attribute, &status)); in test()
1306 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1374 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1376 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1381 EGLU_CHECK_CALL_FPTR(egl, (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, in test()
1384 m_eglDisplay << ", " << m_sync << ", " << attributeName << ", {" << in test()
1441 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1443 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1517 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, syncValue, in test()
1520 "(" << m_eglDisplay << ", " << syncName << ", " << attributeName << ", {" << in test()
1586 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1588 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1593 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, m_sync, EGL_NONE, &condition); in test()
1595 "(" << m_eglDisplay << ", " << m_sync << ", EGL_NONE, {" << condition << "})" << in test()
1662 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1664 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1668 EGLBoolean result = (egl.*getSyncAttribFunc)(m_eglDisplay, NULL, attribute, &value); in test()
1670 "(" << m_eglDisplay << ", " << 0x0 << ", " << attributeName << ", " << &value << ")" << in test()
1738 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1740 m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1745 m_eglDisplay << ", " << m_sync << ")" << TestLog::EndMessage; in test()
1746 EGLU_CHECK_CALL_FPTR(egl, (egl.*destroySyncFunc)(m_eglDisplay, m_sync)); in test()
1798 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1800 m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1867 EGLBoolean result = (egl.*destroySyncFunc)(m_eglDisplay, syncValue); in test()
1869 "(" << m_eglDisplay << ", " << syncValue << ")" << TestLog::EndMessage; in test()
1933 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
1935 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
1939 waitSyncStatusType status = (egl.*waitSyncFunc)(m_eglDisplay, m_sync, 0); in test()
1941 m_eglDisplay << ", " << m_sync << ", 0, 0)" << TestLog::EndMessage; in test()
1998 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
2000 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
2067 EGLint status = (egl.*waitSyncFunc)(m_eglDisplay, syncValue, 0); in test()
2069 "(" << m_eglDisplay << ", " << syncValue << ", 0)" << TestLog::EndMessage; in test()
2131 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
2133 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test()
2137 EGLint status = (egl.*waitSyncFunc)(m_eglDisplay, m_sync, 0xFFFFFFFF); in test()
2139 "(" << m_eglDisplay << ", " << m_sync << ", 0xFFFFFFFF)" << TestLog::EndMessage; in test()