Searched refs:_swrast_print_vertex (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 613 _swrast_print_vertex( ctx, v0 ); in _swrast_Quad() 614 _swrast_print_vertex( ctx, v1 ); in _swrast_Quad() 615 _swrast_print_vertex( ctx, v2 ); in _swrast_Quad() 616 _swrast_print_vertex( ctx, v3 ); in _swrast_Quad() 628 _swrast_print_vertex( ctx, v0 ); in _swrast_Triangle() 629 _swrast_print_vertex( ctx, v1 ); in _swrast_Triangle() 630 _swrast_print_vertex( ctx, v2 ); in _swrast_Triangle() 640 _swrast_print_vertex( ctx, v0 ); in _swrast_Line() 641 _swrast_print_vertex( ctx, v1 ); in _swrast_Line() 651 _swrast_print_vertex( ctx, v0 ); in _swrast_Point() [all …]
|
D | swrast.h | 257 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );
|