Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1218 …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()
[all …]
DPVRTPFXParser.h596 …ace(int nStartLine, int nEndLine, SPVRTPFXParserTexture& Params, CPVRTArray<CPVRTHash>& KnownCmds,