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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h55 struct draw_stage struct
59 struct draw_stage *next; /**< next stage in pipeline */
65 void (*point)( struct draw_stage *,
68 void (*line)( struct draw_stage *,
71 void (*tri)( struct draw_stage *,
74 void (*flush)( struct draw_stage *,
77 void (*reset_stipple_counter)( struct draw_stage * );
79 void (*destroy)( struct draw_stage * );
83 extern struct draw_stage *draw_unfilled_stage( struct draw_context *context );
84 extern struct draw_stage *draw_twoside_stag
[all...]

Completed in 103 milliseconds