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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_stipple.c 68 const GLuint sz = sizeof(st->state.poly_stipple);
71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) {
75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz);
st_context.h 115 GLuint poly_stipple[32]; /**< In OpenGL's bottom-to-top order */ member in struct:st_context::__anon27934
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 34 const uint stipple0 = softpipe->poly_stipple.stipple[y0 % 32];
35 const uint stipple1 = softpipe->poly_stipple.stipple[y1 % 32];
sp_state_clip.c 81 softpipe->poly_stipple = *stipple; /* struct copy */
sp_context.h 80 struct pipe_poly_stipple poly_stipple; member in struct:softpipe_context
sp_state_derived.c 288 softpipe->poly_stipple.stipple);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_clip.c 81 llvmpipe->poly_stipple = *stipple; /* struct copy */
lp_context.h 76 struct pipe_poly_stipple poly_stipple; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
i915_context.h 244 struct pipe_poly_stipple poly_stipple; member in struct:i915_context
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 220 struct pipe_poly_stipple poly_stipple; member in struct:svga_state
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 538 const struct pipe_poly_stipple *poly_stipple)
544 poly_stipple);
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 479 const struct pipe_poly_stipple *poly_stipple)
485 poly_stipple);
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 684 const struct pipe_poly_stipple *poly_stipple)
691 poly_stipple);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 823 trace_dump_arg(poly_stipple, state);
    [all...]

Completed in 579 milliseconds