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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 102 void draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header);
draw_pipe_util.c 40 draw_pipe_passthrough_point(struct draw_stage *stage, struct prim_header *header) function
draw_pipe_twoside.c 177 twoside->stage.point = draw_pipe_passthrough_point;
draw_pipe_cull.c 208 stage->point = draw_pipe_passthrough_point;
draw_pipe_offset.c 240 offset->stage.point = draw_pipe_passthrough_point;
draw_pipe_unfilled.c 284 unfilled->stage.point = draw_pipe_passthrough_point;
draw_pipe_wide_line.c 200 wide->stage.point = draw_pipe_passthrough_point;
draw_pipe_flatshade.c 321 flatshade->stage.point = draw_pipe_passthrough_point;
draw_pipe_wide_point.c 227 stage->point = draw_pipe_passthrough_point;
draw_pipe_pstipple.c 297 pstip->stage.point = draw_pipe_passthrough_point;
draw_pipe_aaline.c 787 aaline->stage.point = draw_pipe_passthrough_point;

Completed in 201 milliseconds