Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp426 case prefCommandLineOptNum: return m_pShellInit->m_CommandLine.m_nOptLen; in PVRShellGet()
999 if(m_nOptLen == m_nOptMax) in Parse()
1011 m_pOpt[m_nOptLen++] = opt; in Parse()
1038 for(i = 0; i < m_nOptLen; ++i) in Apply()
1552 …m_pShell->PVRShellOutputDebug("PVRShell command line: %d/%d\n", m_CommandLine.m_nOptLen, m_Command… in Run()
1553 for(int i = 0; i < m_CommandLine.m_nOptLen; ++i) in Run()
DPVRShellImpl.h96 int m_nOptLen, m_nOptMax; variable