Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglSyncTests.cpp126 EGLSyncKHR m_sync; member in deqp::egl::SyncTest
141 , m_sync (EGL_NO_SYNC_KHR) in SyncTest()
290 if (m_sync != EGL_NO_SYNC_KHR) in deinit()
292 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit()
293 m_sync = EGL_NO_SYNC_KHR; in deinit()
338 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test()
339 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << "(" << in test()
390 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, attribList); in test()
391 log << TestLog::Message << m_sync << " = " << funcNames[FUNC_NAME_CREATE_SYNC] << in test()
437 m_sync = (egl.*createSyncFunc)(EGL_NO_DISPLAY, m_syncType, NULL); in test()
[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 …]
DteglRobustnessTests.cpp590 glw::GLsync getSyncObject (void) const { return m_sync; } in getSyncObject()
605 glw::GLsync m_sync; member in deqp::egl::__anon78dce4ca0111::ContextReset
638 m_sync = m_gl.fenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in createSyncObject()
661 m_gl.getSynciv(m_sync, GL_SYNC_STATUS, sizeof(glw::GLint), NULL, &syncStatus); in getSyncStatus()
/external/ltp/testcases/kernel/fs/ftest/
Dftest08.c214 enum m_type { m_fsync, m_sync }; enumerator
497 type = m_sync;; in domisc()
509 case m_sync: in domisc()
Dftest01.c244 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
511 case m_sync: in domisc()
Dftest05.c245 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
501 case m_sync: in domisc()
Dftest07.c261 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
581 case m_sync: in domisc()
Dftest04.c201 enum m_type { m_fsync, m_sync }; enumerator