Home
last modified time | relevance | path

Searched refs:m_omlSync (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/X11/
H A DGLContext.h40 bool m_omlSync = true;
H A DGLContextEGL.cpp41 m_omlSync = settings->GetAdvancedSettings()->m_omlSync; in CGLContextEGL()
458 else if (m_sync.cont == 5 && m_omlSync) in SwapBuffers()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/
H A DAdvancedSettings.h133 bool m_omlSync = true; variable
H A DAdvancedSettings.cpp572 XMLUtils::GetBoolean(pElement, "omlsync", m_omlSync); in ParseSettingsFile()