Searched refs:_swrast_Point (Results 1 – 4 of 4) sorted by relevance
100 if (ef[e0]) _swrast_Point( ctx, v0 ); in _swsetup_edge_render_point_tri()101 if (ef[e1]) _swrast_Point( ctx, v1 ); in _swsetup_edge_render_point_tri()102 if (ef[e2]) _swrast_Point( ctx, v2 ); in _swsetup_edge_render_point_tri()224 _swrast_Point( ctx, &verts[VB->Elts[i]] ); in swsetup_points()229 _swrast_Point( ctx, &verts[i] ); in swsetup_points()
187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point() function
844 _swrast_Point(ctx, &v[0]); in intel_fallback_point()