Searched refs:_swrast_print_vertex (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 608 _swrast_print_vertex( ctx, v0 ); in _swrast_Quad() 609 _swrast_print_vertex( ctx, v1 ); in _swrast_Quad() 610 _swrast_print_vertex( ctx, v2 ); in _swrast_Quad() 611 _swrast_print_vertex( ctx, v3 ); in _swrast_Quad() 623 _swrast_print_vertex( ctx, v0 ); in _swrast_Triangle() 624 _swrast_print_vertex( ctx, v1 ); in _swrast_Triangle() 625 _swrast_print_vertex( ctx, v2 ); in _swrast_Triangle() 635 _swrast_print_vertex( ctx, v0 ); in _swrast_Line() 636 _swrast_print_vertex( ctx, v1 ); in _swrast_Line() 646 _swrast_print_vertex( ctx, v0 ); in _swrast_Point() [all …]
|
D | swrast.h | 261 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );
|