Home
last modified time | relevance | path

Searched defs:prefName (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp429 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) in OsGet()
450 bool PVRShellInit::OsGet(const prefNamePtrEnum prefName, void **pp) in OsGet()
462 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) in OsSet()
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()
458 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) in OsSet()
477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet()
491 bool PVRShellInit::OsGet(const prefNamePtrEnum prefName, void **pp) in OsGet()
/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()
950 bool PVRShellInit::ApiGet(const prefNamePtrEnum prefName, void **pp) in ApiGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) in PVRShellSet()
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) in PVRShellSet()
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet()
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet()
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) in PVRShellSet()