Home
last modified time | relevance | path

Searched refs:unfilled (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_unfilled.c136 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_tri() local
138 unsigned mode = unfilled->mode[cw]; in unfilled_tri()
162 struct unfilled_stage *unfilled = unfilled_stage(stage); in unfilled_first_tri() local
165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back; in unfilled_first_tri()
166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front; in unfilled_first_tri()
201 struct unfilled_stage *unfilled = CALLOC_STRUCT(unfilled_stage); in draw_unfilled_stage() local
202 if (unfilled == NULL) in draw_unfilled_stage()
205 unfilled->stage.draw = draw; in draw_unfilled_stage()
206 unfilled->stage.name = "unfilled"; in draw_unfilled_stage()
207 unfilled->stage.next = NULL; in draw_unfilled_stage()
[all …]
Ddraw_pipe.c45 draw->pipeline.unfilled = draw_unfilled_stage( draw ); in draw_pipeline_init()
57 !draw->pipeline.unfilled || in draw_pipeline_init()
85 if (draw->pipeline.unfilled) in draw_pipeline_destroy()
86 draw->pipeline.unfilled->destroy( draw->pipeline.unfilled ); in draw_pipeline_destroy()
Ddraw_pipe_validate.c231 draw->pipeline.unfilled->next = next; in validate_pipeline()
232 next = draw->pipeline.unfilled; in validate_pipeline()
Ddraw_private.h113 struct draw_stage *unfilled; member
/external/mesa3d/src/mesa/swrast_setup/
DNOTES19 This module implements triangle/quad setup for offset, unfilled and
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/
Dpy_mouse_handling.markdown110 -# In our last example, we drew filled rectangle. You modify the code to draw an unfilled
/external/chromium-trace/catapult/third_party/flot/
DNEWS.md754 (currently unfilled) lines.