Home
last modified time | relevance | path

Searched refs:_swrast_print_vertex (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.c611 _swrast_print_vertex( ctx, v0 ); in _swrast_Quad()
612 _swrast_print_vertex( ctx, v1 ); in _swrast_Quad()
613 _swrast_print_vertex( ctx, v2 ); in _swrast_Quad()
614 _swrast_print_vertex( ctx, v3 ); in _swrast_Quad()
626 _swrast_print_vertex( ctx, v0 ); in _swrast_Triangle()
627 _swrast_print_vertex( ctx, v1 ); in _swrast_Triangle()
628 _swrast_print_vertex( ctx, v2 ); in _swrast_Triangle()
638 _swrast_print_vertex( ctx, v0 ); in _swrast_Line()
639 _swrast_print_vertex( ctx, v1 ); in _swrast_Line()
649 _swrast_print_vertex( ctx, v0 ); in _swrast_Point()
[all …]
Dswrast.h261 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );