Searched refs:prefName (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.h | 493 bool PVRShellSet(const prefNameBoolEnum prefName, const bool value); 502 bool PVRShellSet(const prefNameFloatEnum prefName, const float value); 511 bool PVRShellSet(const prefNameIntEnum prefName, const int value); 520 bool PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue); 529 bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue); 537 bool PVRShellGet(const prefNameBoolEnum prefName) const; 545 float PVRShellGet(const prefNameFloatEnum prefName) const; 553 int PVRShellGet(const prefNameIntEnum prefName) const; 561 void *PVRShellGet(const prefNamePtrEnum prefName) const; 569 const void *PVRShellGet(const prefNameConstPtrEnum prefName) const;
|
D | PVRShellImpl.h | 386 bool OsGet(const prefNameIntEnum prefName, int *pn); 394 bool OsGet(const prefNamePtrEnum prefName, void **pp); 402 bool OsSet(const prefNameBoolEnum prefName, const bool value); 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); 470 bool ApiGet(const prefNamePtrEnum prefName, void **pp);
|
D | PVRShell.cpp | 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 [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 440 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) in OsGet() argument 442 switch(prefName) in OsGet() 458 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) in OsSet() argument 460 switch(prefName) in OsSet() 477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet() argument 479 PVRSHELL_UNREFERENCED_PARAMETER(prefName); in OsSet() 491 bool PVRShellInit::OsGet(const prefNamePtrEnum prefName, void **pp) in OsGet() argument 493 switch(prefName) in OsGet()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 429 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) in OsGet() argument 431 switch( prefName ) in OsGet() 450 bool PVRShellInit::OsGet(const prefNamePtrEnum prefName, void **pp) in OsGet() argument 462 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) in OsSet() argument 474 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) in OsSet() argument
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.cpp | 890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) in ApiSet() argument 892 switch(prefName) in ApiSet() 919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) in ApiGet() argument 921 switch(prefName) in ApiGet() 950 bool PVRShellInit::ApiGet(const prefNamePtrEnum prefName, void **pp) in ApiGet() argument 952 switch(prefName) in ApiGet()
|