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.c608 _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 …]
Dswrast.h261 _swrast_print_vertex( struct gl_context *ctx, const SWvertex *v );