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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_unfilled.c136 struct unfilled_stage *unfilled = unfilled_stage(stage); local
138 unsigned mode = unfilled->mode[cw];
162 struct unfilled_stage *unfilled = unfilled_stage(stage); local
165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
197 * Create unfilled triangle stage.
201 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); local
202 if (unfilled == NULL)
205 unfilled->stage.draw = draw;
206 unfilled
[all...]
H A Ddraw_private.h113 struct draw_stage *unfilled; member in struct:draw_context::__anon11959
426 * These flags are used by the pipeline when unfilled and/or line stipple modes

Completed in 73 milliseconds