Searched refs:m_sync (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglSyncTests.cpp | 127 EGLSyncKHR m_sync; member in deqp::egl::SyncTest 142 , m_sync (EGL_NO_SYNC_KHR) in SyncTest() 292 if (m_sync != EGL_NO_SYNC_KHR) in deinit() 294 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit() 295 m_sync = EGL_NO_SYNC_KHR; in deinit() 340 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test() 341 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test() 392 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, attribList); in test() 393 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test() 439 m_sync = (egl.*createSyncFunc)(EGL_NO_DISPLAY, m_syncType, NULL); in test() [all …]
|
D | teglGLES2SharingThreadedTests.cpp | 266 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 …]
|
D | teglRobustnessTests.cpp | 567 glw::GLsync getSyncObject (void) const { return m_sync; } in getSyncObject() 582 glw::GLsync m_sync; member in deqp::egl::__anonceeef6ff0111::ContextReset
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest08.c | 214 enum m_type { m_fsync, m_sync }; enumerator 497 type = m_sync;; in domisc() 509 case m_sync: in domisc()
|
D | ftest01.c | 243 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 510 case m_sync: in domisc()
|
D | ftest05.c | 244 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 500 case m_sync: in domisc()
|
D | ftest07.c | 261 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 581 case m_sync: in domisc()
|
D | ftest04.c | 201 enum m_type { m_fsync, m_sync }; enumerator
|