Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h493 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;
DPVRShellImpl.h386 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);
DPVRShell.cpp136 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/
DPVRShellOS.cpp440 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/
DPVRShellOS.cpp429 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/
DPVRShellAPI.cpp890 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()