HomeSort by relevance Sort by last modified time
    Searched refs:m_nOptMax (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 96 int m_nOptLen, m_nOptMax;
PVRShell.cpp 999 if(m_nOptLen == m_nOptMax)
1000 m_nOptMax = m_nOptMax * 2 + 1;
1001 SCmdLineOpt* pTmp = (SCmdLineOpt*)realloc(m_pOpt, m_nOptMax * sizeof(*m_pOpt));
    [all...]

Completed in 67 milliseconds