Searched defs:draw_stage (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h56 struct draw_stage struct
60 struct draw_stage *next; /**< next stage in pipeline */
66 void (*point)( struct draw_stage *,
69 void (*line)( struct draw_stage *,
72 void (*tri)( struct draw_stage *,
75 void (*flush)( struct draw_stage *,
78 void (*reset_stipple_counter)( struct draw_stage * );
80 void (*destroy)( struct draw_stage * );
84 extern struct draw_stage *draw_unfilled_stage( struct draw_context *context );
85 extern struct draw_stage *draw_twoside_stag
[all...]

Completed in 341 milliseconds