Searched refs:draw_alloc_temp_verts (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h96 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
H A Ddraw_pipe_util.c69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) function in typeref:typename:boolean
H A Ddraw_pipe_twoside.c184 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
H A Ddraw_pipe_cull.c282 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
H A Ddraw_pipe_offset.c247 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
H A Ddraw_pipe_stipple.c262 if (!draw_alloc_temp_verts(&stipple->stage, 2))
H A Ddraw_pipe_unfilled.c293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
H A Ddraw_pipe_wide_line.c207 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
H A Ddraw_pipe_wide_point.c324 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
H A Ddraw_pipe_flatshade.c328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
H A Ddraw_pipe_pstipple.c304 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))
H A Ddraw_pipe_aaline.c577 if (!draw_alloc_temp_verts(&aaline->stage, 8))
H A Ddraw_pipe_aapoint.c678 if (!draw_alloc_temp_verts( &aapoint->stage, 4 ))
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h97 extern boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
H A Ddraw_pipe_util.c69 boolean draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr ) function in typeref:typename:boolean
H A Ddraw_pipe_cull.c157 if (!draw_alloc_temp_verts( &cull->stage, 0 ))
H A Ddraw_pipe_twoside.c184 if (!draw_alloc_temp_verts( &twoside->stage, 3 ))
H A Ddraw_pipe_user_cull.c187 if (!draw_alloc_temp_verts( &user_cull->stage, 0 ))
H A Ddraw_pipe_offset.c247 if (!draw_alloc_temp_verts( &offset->stage, 3 ))
H A Ddraw_pipe_stipple.c262 if (!draw_alloc_temp_verts(&stipple->stage, 2))
H A Ddraw_pipe_unfilled.c293 if (!draw_alloc_temp_verts( &unfilled->stage, 0 ))
H A Ddraw_pipe_wide_line.c207 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
H A Ddraw_pipe_wide_point.c324 if (!draw_alloc_temp_verts( &wide->stage, 4 ))
H A Ddraw_pipe_flatshade.c328 if (!draw_alloc_temp_verts( &flatshade->stage, 2 ))
H A Ddraw_pipe_pstipple.c315 if (!draw_alloc_temp_verts( &pstip->stage, 8 ))

Completed in 20 milliseconds

12