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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 101 void draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header);
draw_pipe_util.c 46 draw_pipe_passthrough_line(struct draw_stage *stage, struct prim_header *header) function
draw_pipe_cull.c 136 cull->stage.line = draw_pipe_passthrough_line;
draw_pipe_offset.c 176 offset->stage.line = draw_pipe_passthrough_line;
draw_pipe_twoside.c 175 twoside->stage.line = draw_pipe_passthrough_line;
draw_pipe_unfilled.c 210 unfilled->stage.line = draw_pipe_passthrough_line;
draw_pipe_wide_point.c 320 wide->stage.line = draw_pipe_passthrough_line;
draw_pipe_pstipple.c 628 pstip->stage.line = draw_pipe_passthrough_line;
draw_pipe_aaline.c 692 stage->line = draw_pipe_passthrough_line;
draw_pipe_aapoint.c 796 aapoint->stage.line = draw_pipe_passthrough_line;

Completed in 103 milliseconds