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

  /external/mesa3d/src/mesa/main/
lines.c 90 * Updates gl_line_attrib::StippleFactor and gl_line_attrib::StipplePattern. On
105 if (ctx->Line.StippleFactor == factor &&
110 ctx->Line.StippleFactor = factor;
133 ctx->Line.StippleFactor = 1;
attrib.c     [all...]
mtypes.h 972 GLint StippleFactor; /**< Stipple repeat factor */
    [all...]
get.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 230 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /external/mesa3d/src/mesa/swrast/
s_lines.c 47 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
s_aalinetemp.h 196 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 749 tmp = 1.0 / (GLfloat) ctx->Line.StippleFactor;
751 OUT_BATCH(tmpi << 16 | ctx->Line.StippleFactor);

Completed in 49 milliseconds