Searched refs:prefNameIntEnum (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShellImpl.h | 386 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);
|
D | PVRShell.h | 290 enum prefNameIntEnum enum 511 bool PVRShellSet(const prefNameIntEnum prefName, const int value); 553 int PVRShellGet(const prefNameIntEnum prefName) const;
|
D | PVRShell.cpp | 291 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/ |
D | PVRShellOS.cpp | 429 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/ |
D | PVRShellOS.cpp | 440 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/ |
D | PVRShellAPI.cpp | 890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) in ApiSet() 919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) in ApiGet()
|