Home
last modified time | relevance | path

Searched defs:shapePalIndex (Results 1 – 11 of 11) sorted by relevance

/dports/games/scourge/scourge/src/render/
H A Dgllocator.cpp25 Uint32 color, Uint8 shapePalIndex ) : in GLLocator()
H A Dvirtualshape.cpp25 int shapePalIndex ) : in VirtualShape()
H A Danimatedshape.cpp30 Uint32 color, Uint8 shapePalIndex ) : in AnimatedShape()
H A Dglshape.cpp42 Uint32 color, Uint8 shapePalIndex ) in GLShape()
47 void GLShape::commonInit( Texture tex[], Uint32 color, Uint8 shapePalIndex ) { in commonInit()
H A Dglteleporter.cpp28 Uint32 color, Uint8 shapePalIndex, in GLTeleporter()
H A Dmd3shape.cpp31 char const* name, int descriptionGroup, Uint32 color, Uint8 shapePalIndex ) : in MD3Shape()
H A Dgltorch.cpp24 Uint32 color, Uint8 shapePalIndex, in GLTorch()
H A Dmd2shape.cpp39 char const* name, int descriptionGroup, Uint32 color, Uint8 shapePalIndex ) : in MD2Shape()
H A Dmodelwrapper.cpp329 Uint32 color, Uint8 shapePalIndex, in createShape()
H A D3dsshape.cpp31 Uint32 color, Uint8 shapePalIndex, in C3DSShape()
H A Dglshape.h49 Uint8 shapePalIndex; variable