Searched refs:_swrast_Line (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/ |
| H A D | ss_triangle.c | 77 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); 78 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 79 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 81 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 82 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 83 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); 236 _swrast_Line( ctx, &verts[v0], &verts[v1] );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/ |
| H A D | ss_triangle.c | 77 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); 78 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 79 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 81 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 82 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 83 if (ef[e2]) _swrast_Line( ctx, v2, v0 ); 236 _swrast_Line( ctx, &verts[v0], &verts[v1] );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | swrast.h | 190 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
|
| H A D | s_context.c | 631 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) function in typeref:typename:void 634 _mesa_debug(ctx, "_swrast_Line\n");
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | swrast.h | 190 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
|
| H A D | s_context.c | 631 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) function in typeref:typename:void 634 _mesa_debug(ctx, "_swrast_Line\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 826 _swrast_Line(ctx, &v[0], &v[1]);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 826 _swrast_Line(ctx, &v[0], &v[1]);
|
Completed in 47 milliseconds