Lines Matching refs:SWvertex
67 * \struct SWvertex
80 * wpos[0] and [1] are the screen-coords of SWvertex.
104 } SWvertex;
183 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
190 const SWvertex *v1, const SWvertex *v2 );
194 const SWvertex *v0, const SWvertex *v1,
195 const SWvertex *v2, const SWvertex *v3);
257 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );