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

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

Completed in 503 milliseconds