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

  /external/mesa3d/src/mesa/state_tracker/
st_cb_feedback.c 65 GLboolean reset_stipple_counter; member in struct:feedback_stage
136 if (fs->reset_stipple_counter) {
138 fs->reset_stipple_counter = GL_FALSE;
169 fs->reset_stipple_counter = GL_TRUE;
193 fs->stage.reset_stipple_counter = feedback_reset_stipple_counter;
266 fs->stage.reset_stipple_counter = select_reset_stipple_counter;
st_cb_rasterpos.c 191 rs->stage.reset_stipple_counter = rastpos_reset_stipple_counter;
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 197 static void reset_stipple_counter( struct draw_stage *stage ) function
221 setup->stage.reset_stipple_counter = reset_stipple_counter;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 175 reset_stipple_counter(struct draw_stage *stage) function
179 stage->next->reset_stipple_counter( stage->next );
247 stipple->stage.reset_stipple_counter = reset_stipple_counter;
draw_pipe_twoside.c 151 stage->next->reset_stipple_counter( stage->next );
178 twoside->stage.reset_stipple_counter = twoside_reset_stipple_counter;
draw_pipe.h 78 void (*reset_stipple_counter)( struct draw_stage * ); member in struct:draw_stage
draw_pipe_unfilled.c 143 * bother about all the calling through reset_stipple_counter
146 * using vbuf (vbuf stage reset_stipple_counter does nothing).
148 stage->next->reset_stipple_counter(stage->next);
238 stage->next->reset_stipple_counter( stage->next );
289 unfilled->stage.reset_stipple_counter = unfilled_reset_stipple_counter;
draw_pipe_cull.c 242 stage->next->reset_stipple_counter( stage->next );
269 cull->stage.reset_stipple_counter = cull_reset_stipple_counter;
draw_pipe_offset.c 217 stage->next->reset_stipple_counter( stage->next );
244 offset->stage.reset_stipple_counter = offset_reset_stipple_counter;
draw_pipe_validate.c 304 pipeline->reset_stipple_counter( pipeline );
339 stage->reset_stipple_counter = validate_reset_stipple_counter;
draw_pipe_wide_line.c 191 stage->next->reset_stipple_counter( stage->next );
215 wide->stage.reset_stipple_counter = wideline_reset_stipple_counter;
draw_pipe_wide_point.c 304 stage->next->reset_stipple_counter( stage->next );
328 wide->stage.reset_stipple_counter = widepoint_reset_stipple_counter;
draw_pipe_flatshade.c 295 stage->next->reset_stipple_counter( stage->next );
322 flatshade->stage.reset_stipple_counter = flatshade_reset_stipple_counter;
draw_pipe_pstipple.c 257 stage->next->reset_stipple_counter( stage->next );
301 pstip->stage.reset_stipple_counter = pstip_reset_stipple_counter;
draw_pipe_aapoint.c 607 stage->next->reset_stipple_counter( stage->next );
675 aapoint->stage.reset_stipple_counter = aapoint_reset_stipple_counter;
draw_pipe_vbuf.c 447 vbuf->stage.reset_stipple_counter = vbuf_reset_stipple_counter;
draw_pipe_aaline.c 739 stage->next->reset_stipple_counter( stage->next );
792 aaline->stage.reset_stipple_counter = aaline_reset_stipple_counter;
draw_pipe_clip.c 945 stage->next->reset_stipple_counter( stage->next );
972 clipper->stage.reset_stipple_counter = clip_reset_stipple_counter;

Completed in 197 milliseconds