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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 96 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
draw_pipe_util.c 69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) function
draw_pipe_cull.c 142 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
draw_pipe_offset.c 182 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
draw_pipe_twoside.c 181 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
draw_pipe_unfilled.c 216 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
draw_pipe_flatshade.c 270 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
draw_pipe_stipple.c 251 if (!draw_alloc_temp_verts( &stipple->stage, 2 ))
draw_pipe_wide_line.c 218 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
draw_pipe_wide_point.c 326 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
draw_pipe_clip.c 720 if (!draw_alloc_temp_verts( &clipper->stage, MAX_CLIPPED_VERTICES+1 ))
draw_pipe_pstipple.c 634 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))
draw_pipe_aaline.c 819 if (!draw_alloc_temp_verts( &aaline->stage, 8 ))
draw_pipe_aapoint.c 802 if (!draw_alloc_temp_verts( &aapoint->stage, 4 ))

Completed in 649 milliseconds