Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h63 bool m_bPowerManagementSupported; variable
73 PVRShellInitAPI() : m_bPowerManagementSupported(false), m_iRequestedConfig(0), m_iConfig(0) {} in PVRShellInitAPI()
DPVRShellAPI.cpp114 m_bPowerManagementSupported = true; in ApiInitAPI()
118m_bPowerManagementSupported = PVRShellIsExtensionSupported(m_EGLDisplay,"EGL_IMG_power_management"… in ApiInitAPI()
300 if((eglGetError() == EGL_CONTEXT_LOST_IMG) && m_bPowerManagementSupported) in ApiInitAPI()
863 if((eglGetError() == EGL_CONTEXT_LOST_IMG) && m_bPowerManagementSupported) in ApiRenderComplete()