Searched refs:vPoint (Results 1 – 2 of 2) sorted by relevance
126 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );885 static inline void SendParticlePoint( Vec *vPoint, u8 colorIndex ) in SendParticlePoint() argument887 GXPosition3f32(vPoint->x, vPoint->y, vPoint->z); in SendParticlePoint()909 static inline void SendTexturePoint( Vec *vPoint, f32 s, f32 t ) in SendTexturePoint() argument911 GXPosition3f32(vPoint->x, vPoint->y, vPoint->z); in SendTexturePoint()
45 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );