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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 86 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
217 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
draw_private.h 125 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anon19560
draw_pipe.c 70 draw->pipeline.line_stipple = TRUE;
draw_context.c 429 draw->pipeline.line_stipple = enable;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_state.c 219 wm->wm5.line_stipple = ctx->Line.StippleFlag;
brw_structs.h 577 GLuint line_stipple:1; member in struct:brw_wm_unit_state::__anon20246
    [all...]

Completed in 885 milliseconds