Home
last modified time | relevance | path

Searched refs:m_sync (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/egl/
DteglSyncTests.cpp102 EGLSyncKHR m_sync; member in deqp::egl::__anon1d42b1460111::SyncTest
114 , m_sync (EGL_NO_SYNC_KHR) in SyncTest()
237 if (m_sync != EGL_NO_SYNC_KHR) in deinit()
239 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
240 m_sync = EGL_NO_SYNC_KHR; in deinit()
278 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, NULL); in iterate()
279 …log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncType… in iterate()
305 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, attribList); in iterate()
306 …log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncType… in iterate()
327 m_sync = egl.createSyncKHR(EGL_NO_DISPLAY, m_syncType, NULL); in iterate()
[all …]
DteglGLES2SharingThreadedTests.cpp266 EGLSyncKHR m_sync; member in deqp::egl::GLES2ThreadTest::FenceSync
274 , m_sync (NULL) in FenceSync()
301 m_sync = thread.egl.createSyncKHR(m_display, EGL_SYNC_FENCE_KHR, DE_NULL); in init()
302 …thread.newMessage() << "End -- " << ((size_t)m_sync) << " = eglCreateSyncKHR()" << tcu::ThreadUtil… in init()
303 TCU_CHECK(m_sync); in init()
313 …<< "Begin -- eglWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", 0)" << tcu:… in waitReady()
314 EGLint result = thread.egl.waitSyncKHR(m_display, m_sync, 0); in waitReady()
320 …gin -- eglClientWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", EGL_SYNC_FL… in waitReady()
321 …EGLint result = thread.egl.clientWaitSyncKHR(m_display, m_sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1… in waitReady()
333 …"Begin -- eglDestroySyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ")" << tcu::Th… in waitReady()
[all …]