Home
last modified time | relevance | path

Searched refs:m_activeNotificationsBufferIndex (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A Db3PluginManager.cpp130 int m_activeNotificationsBufferIndex; member
138 …: m_physicsDirect(0), m_rpcCommandProcessorInterface(0), m_activeNotificationsBufferIndex(0), m_ac… in b3PluginManagerInternalData()
195 m_data->m_notifications[m_data->m_activeNotificationsBufferIndex].push_back(notification); in addNotification()
429 …b3Notification>& notifications = m_data->m_notifications[m_data->m_activeNotificationsBufferIndex]; in reportNotifications()
436 m_data->m_activeNotificationsBufferIndex = 1 - m_data->m_activeNotificationsBufferIndex; in reportNotifications()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A Db3PluginManager.cpp130 int m_activeNotificationsBufferIndex; member
138 …: m_physicsDirect(0), m_rpcCommandProcessorInterface(0), m_activeNotificationsBufferIndex(0), m_ac… in b3PluginManagerInternalData()
195 m_data->m_notifications[m_data->m_activeNotificationsBufferIndex].push_back(notification); in addNotification()
429 …b3Notification>& notifications = m_data->m_notifications[m_data->m_activeNotificationsBufferIndex]; in reportNotifications()
436 m_data->m_activeNotificationsBufferIndex = 1 - m_data->m_activeNotificationsBufferIndex; in reportNotifications()