/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_unfilled.c | 133 static void unfilled_tri( struct draw_stage *stage, function 168 stage->tri = unfilled_tri;
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 ); 270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 ); 280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 ); 283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
|
t_dd_unfilled.h | 35 static void TAG(unfilled_tri)( struct gl_context *ctx, function
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 426 #define UNFILLED_TRI unfilled_tri
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 548 #define UNFILLED_TRI unfilled_tri
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 645 #define UNFILLED_TRI unfilled_tri [all...] |