Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h55 class PVRShellInitAPI
73 PVRShellInitAPI() : m_bPowerManagementSupported(false), m_iRequestedConfig(0), m_iConfig(0) {} in PVRShellInitAPI() function
DPVRShellAPI.cpp509 EGLConfig PVRShellInitAPI::SelectEGLConfiguration(const PVRShellData * const pData) in SelectEGLConfiguration()
704 const char *PVRShellInitAPI::StringFrom_eglGetError() const in StringFrom_eglGetError()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h158 class PVRShellInit : public PVRShellInitAPI, public PVRShellInitOS
163 friend class PVRShellInitAPI; variable