HomeSort by relevance Sort by last modified time
    Searched defs:draw_stage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe.h 55 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_stage( struct draw_context *context )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 55 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_stage( struct draw_context *context )
    [all...]

Completed in 82 milliseconds