Lines Matching refs:PVRShell
61 PVRShell::PVRShell() in PVRShell() function in PVRShell
120 PVRShell::~PVRShell() in ~PVRShell()
136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) in PVRShellSet()
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const in PVRShellGet()
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) in PVRShellSet()
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const in PVRShellGet()
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet()
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet()
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet()
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const in PVRShellGet()
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) in PVRShellSet()
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const in PVRShellGet()
550 bool PVRShell::PVRShellScreenCaptureBuffer(const int Width, const int Height, unsigned char **pLine… in PVRShellScreenCaptureBuffer()
574 int PVRShell::PVRShellScreenSave( in PVRShellScreenSave()
662 int PVRShell::PVRShellWriteBMPFile( in PVRShellWriteBMPFile()
797 unsigned long PVRShell::PVRShellGetTime() in PVRShellGetTime()
820 bool PVRShell::PVRShellIsKeyPressed(const PVRShellKeyName key) in PVRShellIsKeyPressed()
1033 void PVRShellCommandLine::Apply(PVRShell &shell) in Apply()