/third_party/vk-gl-cts/modules/egl/ |
H A D | teglSyncTests.cpp | 138 EGLSyncKHR m_sync; member in deqp::egl::SyncTest 153 , m_sync (EGL_NO_SYNC_KHR) in SyncTest() 303 if (m_sync != EGL_NO_SYNC_KHR) in deinit() 305 EGLU_CHECK_CALL(egl, destroySyncKHR(m_eglDisplay, m_sync)); in deinit() 306 m_sync = EGL_NO_SYNC_KHR; in deinit() 595 EGLint status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, flags, 0); in PollClientWait() 599 << m_eglDisplay << ", " << m_sync << ", " << flagsName in PollClientWait() 627 status = (egl.*clientWaitSyncFunc)(m_eglDisplay, m_sync, flags, eglTime); in PollClientWait() 672 m_sync = (egl.*createSyncFunc)(m_eglDisplay, syncType, NULL); in test() 673 log << TestLog::Message << m_sync << " in test() [all...] |
H A 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::Message::End; in init() 303 TCU_CHECK(m_sync); in init() 313 thread.newMessage() << "Begin -- eglWaitSyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ", 0)" << tcu::ThreadUtil::Message::End; in waitReady() 314 EGLint result = thread.egl.waitSyncKHR(m_display, m_sync, 0); in waitReady() 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; in waitReady() 321 EGLint result = thread.egl.clientWaitSyncKHR(m_display, m_sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR, 1000000000); in waitReady() 333 thread.newMessage() << "Begin -- eglDestroySyncKHR(" << ((size_t)m_display) << ", " << ((size_t)m_sync) << ")" << tc in waitReady() 419 SharedPtr<FenceSync> m_sync; global() member in deqp::egl::GLES2ThreadTest::Operation [all...] |
H A D | teglRobustnessTests.cpp | 567 glw::GLsync getSyncObject (void) const { return m_sync; } in getSyncObject() 582 glw::GLsync m_sync; member in deqp::egl::__anon30383::ContextReset
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest08.c | 214 enum m_type { m_fsync, m_sync }; enumerator 497 type = m_sync;; in domisc() 509 case m_sync: in domisc()
|
H A D | ftest05.c | 244 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 500 case m_sync: in domisc()
|
H A D | ftest01.c | 243 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 510 case m_sync: in domisc()
|
H A D | ftest07.c | 261 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator 581 case m_sync: in domisc()
|
H A D | ftest04.c | 201 enum m_type { m_fsync, m_sync }; enumerator
|
/third_party/lame/dshow/ |
H A D | Mpegac.cpp | 331 resync_point_t * sync = m_sync + m_sync_in_idx; in Receive() 422 if (!m_sync[m_sync_out_idx].applied && m_sync[m_sync_out_idx].sample <= m_samplesOut) in FlushEncodedSamples() 424 m_rtStreamTime += m_sync[m_sync_out_idx].delta; in FlushEncodedSamples() 425 m_sync[m_sync_out_idx].applied = TRUE; in FlushEncodedSamples() 491 m_sync[i].sample = 0; in StartStreaming() 492 m_sync[i].delta = 0; in StartStreaming() 493 m_sync[i].applied = TRUE; in StartStreaming()
|
H A D | Mpegac.h | 225 resync_point_t m_sync[RESYNC_COUNT]; member in CMpegAudEnc
|