Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/Geometry/
Dgeo-particle.c126 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );
885 static inline void SendParticlePoint( Vec *vPoint, u8 colorIndex ) in SendParticlePoint() argument
887 GXPosition3f32(vPoint->x, vPoint->y, vPoint->z); in SendParticlePoint()
909 static inline void SendTexturePoint( Vec *vPoint, f32 s, f32 t ) in SendTexturePoint() argument
911 GXPosition3f32(vPoint->x, vPoint->y, vPoint->z); in SendTexturePoint()
/RvlSDK-3.3/build/demos/gxdemo/src/G2D/
DG2D-test.c45 static void SendParticlePoint ( Vec *vPoint, u8 colorIndex );