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_twoside.c 184 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
draw_pipe_cull.c 282 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
draw_pipe_offset.c 247 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
draw_pipe_stipple.c 250 if (!draw_alloc_temp_verts(&stipple->stage, 2))
draw_pipe_unfilled.c 293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
draw_pipe_wide_line.c 207 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
draw_pipe_flatshade.c 328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
draw_pipe_wide_point.c 331 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
draw_pipe_pstipple.c 304 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))
draw_pipe_aapoint.c 678 if (!draw_alloc_temp_verts( &aapoint->stage, 4 ))
draw_pipe_aaline.c 794 if (!draw_alloc_temp_verts(&aaline->stage, 8))
draw_pipe_clip.c 988 if (!draw_alloc_temp_verts( &clipper->stage, MAX_CLIPPED_VERTICES+1 ))

Completed in 588 milliseconds