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

/external/deqp/modules/egl/
H A DteglSyncTests.cpp102 EGLSyncKHR m_sync; member in class:deqp::egl::__anon4263::SyncTest
114 , m_sync (EGL_NO_SYNC_KHR)
237 if (m_sync != EGL_NO_SYNC_KHR)
239 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync));
240 m_sync = EGL_NO_SYNC_KHR;
278 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, NULL);
279 log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << TestLog::EndMessage;
305 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, attribList);
306 log << TestLog::Message << m_sync << " = eglCreateSyncKHR(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", { EGL_NONE })" << TestLog::EndMessage;
327 m_sync
[all...]
H A DteglGLES2SharingThreadedTests.cpp266 EGLSyncKHR m_sync; member in class:deqp::egl::GLES2ThreadTest::FenceSync
274 , m_sync (NULL)
301 m_sync = thread.egl.createSyncKHR(m_display, EGL_SYNC_FENCE_KHR, DE_NULL);
302 thread.newMessage() << "End -- " << ((size_t)m_sync) << " = eglCreateSyncKHR()" << tcu::ThreadUtil::Message::End;
303 TCU_CHECK(m_sync);
313 thread.newMessage() << "Begin -- eglWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", 0)" << tcu::ThreadUtil::Message::End;
314 EGLint result = thread.egl.waitSyncKHR(m_display, m_sync, 0);
320 thread.newMessage() << "Begin -- eglClientWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1000 000 000)" << tcu::ThreadUtil::Message::End;
321 EGLint result = thread.egl.clientWaitSyncKHR(m_display, m_sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1000000000);
333 thread.newMessage() << "Begin -- eglDestroySyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ")" << tc
419 SharedPtr<FenceSync> m_sync; member in class:deqp::egl::GLES2ThreadTest::Operation
[all...]
H A DteglRobustnessTests.cpp583 glw::GLsync getSyncObject (void) const { return m_sync; }
598 glw::GLsync m_sync; member in class:deqp::egl::__anon4255::ContextReset
631 m_sync = m_gl.fenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
654 m_gl.getSynciv(m_sync, GL_SYNC_STATUS, sizeof(glw::GLint), NULL, &syncStatus);
/external/ltp/testcases/kernel/fs/ftest/
H A Dftest08.c218 enum m_type { m_fsync, m_sync }; enumerator in enum:m_type
501 type = m_sync;;
513 case m_sync:
H A Dftest01.c246 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator in enum:m_type
513 case m_sync:
H A Dftest05.c249 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator in enum:m_type
505 case m_sync:
H A Dftest07.c267 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator in enum:m_type
587 case m_sync:
H A Dftest04.c211 enum m_type { m_fsync, m_sync }; enumerator in enum:m_type

Completed in 214 milliseconds