Lines Matching refs:GenericSurfCommands
1239 const CPVRTHash GenericSurfCommands[] = in ParseGenericSurface() local
1252 …PVRTCOMPILEASSERT(GenericSurfCommands, sizeof(GenericSurfCommands) / sizeof(GenericSurfCommands[0]… in ParseGenericSurface()
1297 …if(Cmd == GenericSurfCommands[eCmds_Min] || Cmd == GenericSurfCommands[eCmds_Mag] || Cmd == Generi… in ParseGenericSurface()
1303 …else if(Cmd == GenericSurfCommands[eCmds_WrapS] || Cmd == GenericSurfCommands[eCmds_WrapT] || Cmd … in ParseGenericSurface()
1309 else if(Cmd == GenericSurfCommands[eCmds_Filter]) in ParseGenericSurface()
1335 else if(Cmd == GenericSurfCommands[eCmds_Wrap]) in ParseGenericSurface()
1361 else if(Cmd == GenericSurfCommands[eCmds_Resolution]) in ParseGenericSurface()
1394 else if(Cmd == GenericSurfCommands[eCmds_Surface]) in ParseGenericSurface()
1446 if(Cmd == GenericSurfCommands[eCmds_Min]) Params.nMin = Type; in ParseGenericSurface()
1447 else if(Cmd == GenericSurfCommands[eCmds_Mag]) Params.nMag = Type; in ParseGenericSurface()
1448 else if(Cmd == GenericSurfCommands[eCmds_Mip]) Params.nMIP = Type; in ParseGenericSurface()
1449 else if(Cmd == GenericSurfCommands[eCmds_WrapR]) Params.nWrapR = Type; in ParseGenericSurface()
1450 else if(Cmd == GenericSurfCommands[eCmds_WrapS]) Params.nWrapS = Type; in ParseGenericSurface()
1451 else if(Cmd == GenericSurfCommands[eCmds_WrapT]) Params.nWrapT = Type; in ParseGenericSurface()