Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp999 if(m_nOptLen == m_nOptMax) in Parse()
1000 m_nOptMax = m_nOptMax * 2 + 1; in Parse()
1001 SCmdLineOpt* pTmp = (SCmdLineOpt*)realloc(m_pOpt, m_nOptMax * sizeof(*m_pOpt)); in Parse()
1552 …ellOutputDebug("PVRShell command line: %d/%d\n", m_CommandLine.m_nOptLen, m_CommandLine.m_nOptMax); in Run()
DPVRShellImpl.h96 int m_nOptLen, m_nOptMax; variable