Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h299 prefSwapInterval, /*!< 0 to preventing waiting for monitor vertical syncs */ enumerator
DPVRShell.cpp423 case prefSwapInterval: return m_pShellData->nSwapInterval; in PVRShellGet()
1086 shell.PVRShellSet(prefSwapInterval, atoi(val)); in Apply()
1732 …ell->PVRShellOutputDebug("Swap Interval requested: %i\n", m_pShell->PVRShellGet(prefSwapInterval)); in OutputInfo()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp895 case prefSwapInterval: in ApiSet()