Searched refs:_swrast_Point (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_triangle.c100 if (ef[e0]) _swrast_Point( ctx, v0 );
101 if (ef[e1]) _swrast_Point( ctx, v1 );
102 if (ef[e2]) _swrast_Point( ctx, v2 );
224 _swrast_Point( ctx, &verts[VB->Elts[i]] );
229 _swrast_Point( ctx, &verts[i] );
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_triangle.c100 if (ef[e0]) _swrast_Point( ctx, v0 );
101 if (ef[e1]) _swrast_Point( ctx, v1 );
102 if (ef[e2]) _swrast_Point( ctx, v2 );
224 _swrast_Point( ctx, &verts[VB->Elts[i]] );
229 _swrast_Point( ctx, &verts[i] );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Dswrast.h187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
H A Ds_context.c642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) function in typeref:typename:void
645 _mesa_debug(ctx, "_swrast_Point\n");
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Dswrast.h187 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
H A Ds_context.c642 _swrast_Point( struct gl_context *ctx, const SWvertex *v0 ) function in typeref:typename:void
645 _mesa_debug(ctx, "_swrast_Point\n");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c844 _swrast_Point(ctx, &v[0]);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c844 _swrast_Point(ctx, &v[0]);

Completed in 30 milliseconds