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 91 * 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 664 GLint StippleFactor; /**< Stipple repeat factor */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_misc_state.c 814 tmp = 1.0f / ctx->Line.StippleFactor;
816 OUT_BATCH(tmpi << 15 | ctx->Line.StippleFactor);
819 tmp = 1.0f / ctx->Line.StippleFactor;
821 OUT_BATCH(tmpi << 16 | ctx->Line.StippleFactor);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 248 raster->line_stipple_factor = ctx->Line.StippleFactor - 1;
  /external/mesa3d/src/mesa/swrast/
s_lines.c 46 GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
s_aalinetemp.h 197 const GLuint bit = (swrast->StippleCounter / ctx->Line.StippleFactor) & 0xf;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h     [all...]

Completed in 5326 milliseconds