HomeSort by relevance Sort by last modified time
    Searched refs:unfilled (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 125 /* Unfilled tri:
136 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
    [all...]
draw_pipe.c 45 draw->pipeline.unfilled = draw_unfilled_stage( draw );
57 !draw->pipeline.unfilled ||
85 if (draw->pipeline.unfilled)
86 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled );
draw_pipe_validate.c 81 * pipeline *anyway* if unfilled mode is active.
125 /* unfilled polygons */
231 draw->pipeline.unfilled->next = next;
232 next = draw->pipeline.unfilled;
draw_private.h 113 struct draw_stage *unfilled; member in struct:draw_context::__anon14430
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 125 /* Unfilled tri:
136 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
    [all...]
draw_pipe.c 45 draw->pipeline.unfilled = draw_unfilled_stage( draw );
57 !draw->pipeline.unfilled ||
85 if (draw->pipeline.unfilled)
86 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled );
draw_pipe_validate.c 81 * pipeline *anyway* if unfilled mode is active.
125 /* unfilled polygons */
231 draw->pipeline.unfilled->next = next;
232 next = draw->pipeline.unfilled;
draw_private.h 113 struct draw_stage *unfilled; member in struct:draw_context::__anon24772
426 * These flags are used by the pipeline when unfilled and/or line stipple modes

Completed in 581 milliseconds