Searched refs:m_syncType (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSyncTests.cpp | 116 const EGLenum m_syncType; member in deqp::egl::SyncTest 134 , m_syncType (syncType) in SyncTest() 259 m_extensions = (Extension)(m_extensions | getSyncTypeExtension(m_syncType)); in init() 278 if (m_syncType == EGL_SYNC_REUSABLE_KHR) { in init() 340 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, NULL); in test() 342 m_eglDisplay << ", " << getSyncTypeName(m_syncType) << ", NULL)" << in test() 392 m_sync = (egl.*createSyncFunc)(m_eglDisplay, m_syncType, attribList); in test() 394 "(" << m_eglDisplay << ", " << getSyncTypeName(m_syncType) << in test() 439 m_sync = (egl.*createSyncFunc)(EGL_NO_DISPLAY, m_syncType, NULL); in test() 441 "(EGL_NO_DISPLAY, " << getSyncTypeName(m_syncType) << ", NULL)" << in test() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.hpp | 157 SynchronizationType getSynchronizationType (void) const { return m_syncType; } in getSynchronizationType() 173 const SynchronizationType m_syncType; member in vkt::synchronization::OperationContext
|
D | vktSynchronizationOperation.cpp | 5170 , m_syncType (syncType) in OperationContext() 5188 , m_syncType (syncType) in OperationContext() 5209 , m_syncType (syncType) in OperationContext()
|