Home
last modified time | relevance | path

Searched refs:i32Value (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h410 bool OsSet(const prefNameIntEnum prefName, const int i32Value);
456 bool ApiSet(const prefNameIntEnum prefName, const int i32Value);
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) in ApiSet() argument
896 m_pShell->m_pShellData->nSwapInterval = i32Value; in ApiSet()
901 m_pShell->m_pShellData->nPriority = i32Value; in ApiSet()
905 m_iRequestedConfig = (EGLint) i32Value; in ApiSet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet() argument
480 PVRSHELL_UNREFERENCED_PARAMETER(i32Value); in OsSet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp474 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet() argument