Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp534 return m_pShellInit->m_CommandLine.m_pOpt; in PVRShellGet()
845 FREE(m_pOpt); in ~PVRShellCommandLine()
954 FREE(m_pOpt); in Parse()
1001 SCmdLineOpt* pTmp = (SCmdLineOpt*)realloc(m_pOpt, m_nOptMax * sizeof(*m_pOpt)); in Parse()
1004 FREE(m_pOpt); in Parse()
1008 m_pOpt = pTmp; in Parse()
1011 m_pOpt[m_nOptLen++] = opt; in Parse()
1040 arg = m_pOpt[i].pArg; in Apply()
1041 val = m_pOpt[i].pVal; in Apply()
1556 m_CommandLine.m_pOpt[i].pArg ? m_CommandLine.m_pOpt[i].pArg : "", in Run()
[all …]
DPVRShellImpl.h95 SCmdLineOpt *m_pOpt; variable