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