Lines Matching refs:f32
97 void GXSetProjection ( const f32 mtx[4][4], GXProjectionType type );
98 void GXSetProjectionv ( const f32 *ptr );
99 void GXLoadPosMtxImm ( const f32 mtx[3][4], u32 id );
101 void GXLoadNrmMtxImm ( const f32 mtx[3][4], u32 id );
102 void GXLoadNrmMtxImm3x3 ( const f32 mtx[3][3], u32 id );
105 void GXLoadTexMtxImm ( const f32 mtx[][4], u32 id, GXTexMtxType type );
109 f32 x, // model coordinates
110 f32 y,
111 f32 z,
112 const f32 mtx[3][4], // model-view matrix
113 const f32* pm, // projection matrix, as returned by GXGetProjectionv
114 const f32* vp, // viewport, as returned by GXGetViewportv
115 f32* sx, // screen coordinates
116 f32* sy,
117 f32* sz );
120 f32 left,
121 f32 top,
122 f32 wd,
123 f32 ht,
124 f32 nearz,
125 f32 farz );
127 static inline void GXSetViewportv( const f32 *vp ) in GXSetViewportv()
133 f32 left,
134 f32 top,
135 f32 wd,
136 f32 ht,
137 f32 nearz,
138 f32 farz,
141 void GXSetZScaleOffset ( f32 scale, f32 offset );