Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h264prefPowerSaving, /*!< If true then the app will go into powersaving mode (if available)… enumerator
DPVRShell.cpp176 case prefPowerSaving: in PVRShellSet()
234 case prefPowerSaving: return m_pShellData->bUsingPowerSaving; in PVRShellGet()
1090 shell.PVRShellSet(prefPowerSaving, (atoi(val) != 0)); in Apply()
1719 …m_pShell->PVRShellOutputDebug("Power saving: %s\n" , m_pShell->PVRShellGet(prefPowerSaving) ? "On"… in OutputInfo()