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

/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
H A DPVRShellAPI.cpp886 @Input prefName Name of value to set
890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) argument
892 switch(prefName)
915 @Input prefName Name of value to get
919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) argument
921 switch(prefName)
946 @Input prefName Name of value to get
950 bool PVRShellInit::ApiGet(const prefNamePtrEnum prefName, void **pp) argument
952 switch(prefName)
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
H A DPVRShellOS.cpp424 @Input prefName Name of value to get
429 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) argument
431 switch( prefName )
445 @Input prefName Name of value to get
450 bool PVRShellInit::OsGet(const prefNamePtrEnum prefName, void **pp) argument
457 @Input prefName Name of preference to set to value
462 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) argument
469 @Input prefName Name of value to set
474 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) argument
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
H A DPVRShellOS.cpp435 @Input prefName Name of value to get
440 bool PVRShellInit::OsGet(const prefNameIntEnum prefName, int *pn) argument
442 switch(prefName)
453 @Input prefName Name of preference to set to value
458 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value) argument
460 switch(prefName)
472 @Input prefName Name of value to set
477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value) argument
479 PVRSHELL_UNREFERENCED_PARAMETER(prefName);
486 @Input prefName Nam
491 OsGet(const prefNamePtrEnum prefName, void **pp) argument
[all...]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp131 @param[in] prefName Name of preference to set to value
136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) argument
138 switch(prefName)
208 return m_pShellInit->OsSet(prefName, value);
215 @param[in] prefName Name of preference to set to value
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const
221 switch(prefName)
250 @param[in] prefName Name of preference to set to value
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) argument
257 switch(prefName)
291 PVRShellSet(const prefNameIntEnum prefName, const int value) argument
454 PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) argument
496 PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) argument
[all...]

Completed in 635 milliseconds