Lines Matching refs:prefName
136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) in PVRShellSet() argument
138 switch(prefName) in PVRShellSet()
208 return m_pShellInit->OsSet(prefName, value); in PVRShellSet()
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const in PVRShellGet()
221 switch(prefName) in PVRShellGet()
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) in PVRShellSet() argument
257 switch(prefName) in PVRShellSet()
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const in PVRShellGet()
277 switch(prefName) in PVRShellGet()
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet() argument
293 switch(prefName) in PVRShellSet()
400 if(m_pShellInit->ApiSet(prefName, value)) in PVRShellSet()
403 return m_pShellInit->OsSet(prefName, value); in PVRShellSet()
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet()
416 switch(prefName) in PVRShellGet()
438 if(m_pShellInit->ApiGet(prefName, &n)) in PVRShellGet()
440 if(m_pShellInit->OsGet(prefName, &n)) in PVRShellGet()
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet() argument
456 PVRSHELL_UNREFERENCED_PARAMETER(prefName); in PVRShellSet()
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const in PVRShellGet()
469 switch(prefName) in PVRShellGet()
480 if(m_pShellInit->ApiGet(prefName, &p)) in PVRShellGet()
482 if(m_pShellInit->OsGet(prefName, &p)) in PVRShellGet()
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) in PVRShellSet() argument
498 switch(prefName) in PVRShellSet()
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const in PVRShellGet()
521 switch(prefName) in PVRShellGet()