Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h55 bool bUsingPowerSaving; /*!< Use power saving mode when device is not in use. */ member
DPVRShell.cpp87 m_pShellData->bUsingPowerSaving = true; in PVRShell()
177 m_pShellData->bUsingPowerSaving = value; in PVRShellSet()
234 case prefPowerSaving: return m_pShellData->bUsingPowerSaving; in PVRShellGet()