Lines Matching refs:KnownCmds
1218 bool CPVRTPFXParser::ParseGenericSurface(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Params, CPVRTArray<CPVRTHash>& KnownCmds,
1456 KnownCmds.Append(Cmd);
1514 CPVRTArray<CPVRTHash> KnownCmds;
1515 if(!ParseGenericSurface(nStartLine, nEndLine, TexDesc, KnownCmds, "TEXTURE", pReturnError))
1575 else if(KnownCmds.Contains(texCmd))
1578 for(unsigned int uiIndex = 0; uiIndex < KnownCmds.GetSize(); ++uiIndex)
1580 if(KnownCmds[uiIndex] == texCmd)
1582 KnownCmds.Remove(uiIndex);
1701 CPVRTArray<CPVRTHash> KnownCmds;
1702 if(!ParseGenericSurface(nStartLine, nEndLine, TexDesc, KnownCmds, "TARGET", pReturnError))
1731 else if(KnownCmds.Contains(texCmd))
1734 for(unsigned int uiIndex = 0; uiIndex < KnownCmds.GetSize(); ++uiIndex)
1736 if(KnownCmds[uiIndex] == texCmd)
1738 KnownCmds.Remove(uiIndex);