Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
H A DteglSyncTests.cpp138 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 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::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 DteglRobustnessTests.cpp567 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 Dftest08.c214 enum m_type { m_fsync, m_sync }; enumerator
497 type = m_sync;; in domisc()
509 case m_sync: in domisc()
H A Dftest05.c244 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
500 case m_sync: in domisc()
H A Dftest01.c243 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
510 case m_sync: in domisc()
H A Dftest07.c261 enum m_type { m_fsync, m_trunc, m_sync, m_fstat }; enumerator
581 case m_sync: in domisc()
H A Dftest04.c201 enum m_type { m_fsync, m_sync }; enumerator
/third_party/lame/dshow/
H A DMpegac.cpp331 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 DMpegac.h225 resync_point_t m_sync[RESYNC_COUNT]; member in CMpegAudEnc

Completed in 17 milliseconds