Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe.h55 struct draw_stage struct
59 struct draw_stage *next; /**< next stage in pipeline */ argument
65 void (*point)( struct draw_stage *, argument
68 void (*line)( struct draw_stage *, argument
71 void (*tri)( struct draw_stage *, argument
74 void (*flush)( struct draw_stage *, argument
77 void (*reset_stipple_counter)( struct draw_stage * ); argument
79 void (*destroy)( struct draw_stage * ); argument