Home
last modified time | relevance | path

Searched refs:prefNameIntEnum (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h386 bool OsGet(const prefNameIntEnum prefName, int *pn);
410 bool OsSet(const prefNameIntEnum prefName, const int i32Value);
456 bool ApiSet(const prefNameIntEnum prefName, const int i32Value);
463 bool ApiGet(const prefNameIntEnum prefName, int *pn);
DPVRShell.h290 enum prefNameIntEnum enum
511 bool PVRShellSet(const prefNameIntEnum prefName, const int value);
553 int PVRShellGet(const prefNameIntEnum prefName) const;
DPVRShell.cpp291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet()
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp429 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) in OsGet()
474 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp440 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) in OsGet()
477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) in ApiSet()
919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) in ApiGet()