Home
last modified time | relevance | path

Searched refs:_swrast_Point (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast_setup/
Dss_triangle.c98 if (ef[e0]) _swrast_Point( ctx, v0 ); in _swsetup_edge_render_point_tri()
99 if (ef[e1]) _swrast_Point( ctx, v1 ); in _swsetup_edge_render_point_tri()
100 if (ef[e2]) _swrast_Point( ctx, v2 ); in _swsetup_edge_render_point_tri()
222 _swrast_Point( ctx, &verts[VB->Elts[i]] ); in swsetup_points()
227 _swrast_Point( ctx, &verts[i] ); in swsetup_points()
/external/mesa3d/src/mesa/swrast/
Dswrast.h187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
Ds_context.c645 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) in _swrast_Point() function
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c843 _swrast_Point(ctx, &v[0]); in intel_fallback_point()