Home
last modified time | relevance | path

Searched defs:colorIndex (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Geometry/
Dgeo-vtx-fmtPrim.c522 static void SendVertex ( u16 posIndex, u16 normalIndex, u16 colorIndex, u16 texCoordIndex ) in SendVertex()
Dgeo-particle.c885 static inline void SendParticlePoint( Vec *vPoint, u8 colorIndex ) in SendParticlePoint()
893 static inline void SendParticleLine( Vec *vPoint1, Vec *vDelta, u8 colorIndex ) in SendParticleLine()
1139 u8 colorIndex, u8 texCoordIndex ) in SendEmitterVertex()
/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-geom.c611 u8 colorIndex, u8 texCoordIndex ) in SendVertex()