Searched refs:m_syncType (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 91 const EGLenum m_syncType; member in deqp::egl::__anon1d42b1460111::SyncTest 106 , m_syncType (syncType) in SyncTest() 208 const Extension syncTypeExtension = getSyncTypeExtension(m_syncType); in init() 270 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, NULL); in iterate() 271 …c << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" <<… in iterate() 294 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, attribList); in iterate() 295 …c << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", { EGL_NON… in iterate() 313 m_sync = egl.createSyncKHR(EGL_NO_DISPLAY, m_syncType, NULL); in iterate() 314 …<< m_sync << " = eglCreateSyncKHR(EGL_NO_DISPLAY, " << getSyncTypeName(m_syncType) << ", NULL)" <<… in iterate() 378 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, attribs); in iterate() [all …]
|