Home
last modified time | relevance | path

Searched refs:PVRShellCommandLine (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h91 class PVRShellCommandLine
102 PVRShellCommandLine();
107 ~PVRShellCommandLine();
166 PVRShellCommandLine m_CommandLine; /*!< Our Command-line class */
DPVRShell.cpp833 PVRShellCommandLine::PVRShellCommandLine() in PVRShellCommandLine() function in PVRShellCommandLine
841 PVRShellCommandLine::~PVRShellCommandLine() in ~PVRShellCommandLine()
852 void PVRShellCommandLine::Set(const char *pStr) in Set()
869 void PVRShellCommandLine::Prefix(const char *pStr) in Prefix()
896 bool PVRShellCommandLine::PrefixFromFile(const char *pFileName) in PrefixFromFile()
942 void PVRShellCommandLine::Parse() in Parse()
1033 void PVRShellCommandLine::Apply(PVRShell &shell) in Apply()