Home
last modified time | relevance | path

Searched refs:nSwapInterval (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h60 int nSwapInterval; /*!< Interval to wait for monitor vertical sync. */ member
DPVRShell.cpp94 m_pShellData->nSwapInterval = 1; in PVRShell()
423 case prefSwapInterval: return m_pShellData->nSwapInterval; in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp68 eglSwapInterval(m_EGLDisplay, m_pShell->m_pShellData->nSwapInterval); in ApiActivatePreferences()
896 m_pShell->m_pShellData->nSwapInterval = i32Value; in ApiSet()