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