HomeSort by relevance Sort by last modified time
    Searched full:stipple (Results 26 - 50 of 181) sorted by null

12 3 4 5 6 7 8

  /external/mesa3d/src/mesa/main/
lines.c 57 * "Wide lines and line stipple - LineWidth is not deprecated, but
83 * Set the line stipple pattern.
polygon.c 191 * This routine updates the ctx->Polygon.Stipple state.
192 * If we're getting the stipple data from a PBO, we map the buffer
195 * the stipple data.
334 /* Polygon Stipple group */
  /external/chromium_org/third_party/mesa/src/docs/
RELNOTES-6.2 22 ToDo: PBO for polygon stipple, convolution filter, etc.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 114 struct draw_stage *stipple; member in struct:draw_context::__anon17325
125 boolean line_stipple; /**< do line stipple? */
230 /** Rasterizer CSOs without culling/stipple/etc */
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
draw_pipe.c 44 draw->pipeline.stipple = draw_stipple_stage( draw );
56 !draw->pipeline.stipple ||
83 if (draw->pipeline.stipple)
84 draw->pipeline.stipple->destroy( draw->pipeline.stipple );
draw_pipe_validate.c 85 /* line stipple */
121 /* polygon stipple */
218 draw->pipeline.stipple->next = next;
219 next = draw->pipeline.stipple;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 191 * This routine updates the ctx->Polygon.Stipple state.
192 * If we're getting the stipple data from a PBO, we map the buffer
195 * the stipple data.
334 /* Polygon Stipple group */
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.c 38 * Init the mask[] array to implement a line stipple.
117 /* Simple RGBA index line (no stipple, width=1, no Z, no fog, no tex)*/
124 /* Z, fog, wide, stipple RGBA line */
247 /* no texture, but Z, fog, width>1, stipple, etc. */
  /external/mesa3d/docs/
RELNOTES-6.2 22 ToDo: PBO for polygon stipple, convolution filter, etc.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 114 struct draw_stage *stipple; member in struct:draw_context::__anon30884
125 boolean line_stipple; /**< do line stipple? */
230 /** Rasterizer CSOs without culling/stipple/etc */
426 * These flags are used by the pipeline when unfilled and/or line stipple modes
draw_pipe.c 44 draw->pipeline.stipple = draw_stipple_stage( draw );
56 !draw->pipeline.stipple ||
83 if (draw->pipeline.stipple)
84 draw->pipeline.stipple->destroy( draw->pipeline.stipple );
draw_pipe_validate.c 85 /* line stipple */
121 /* polygon stipple */
218 draw->pipeline.stipple->next = next;
219 next = draw->pipeline.stipple;
  /external/mesa3d/src/mesa/swrast/
s_lines.c 38 * Init the mask[] array to implement a line stipple.
117 /* Simple RGBA index line (no stipple, width=1, no Z, no fog, no tex)*/
124 /* Z, fog, wide, stipple RGBA line */
247 /* no texture, but Z, fog, width>1, stipple, etc. */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 41 /** Do polygon stipple in the draw module? */
44 /** Do polygon stipple with the util module? */
143 /** Polygon stipple items */
sp_state_derived.c 277 * This should be called when the polygon stipple pattern changes.
278 * We create a new texture from the stipple pattern and create a new
288 softpipe->poly_stipple.stipple);
300 * Should be called when polygon stipple is enabled/disabled or when
303 * the polygon stipple texture. The texture unit that we use depends on
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 41 /** Do polygon stipple in the draw module? */
44 /** Do polygon stipple with the util module? */
143 /** Polygon stipple items */
sp_state_derived.c 277 * This should be called when the polygon stipple pattern changes.
278 * We create a new texture from the stipple pattern and create a new
288 softpipe->poly_stipple.stipple);
300 * Should be called when polygon stipple is enabled/disabled or when
303 * the polygon stipple texture. The texture unit that we use depends on
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c 471 * Polygon stipple
473 * The i830 supports a 4x4 stipple natively, GL wants 32x32.
474 * Fortunately stipple is usually a repeating pattern.
489 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE;
492 /* Use the already unpacked stipple data from the context rather than the
526 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff;
527 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
531 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE;
890 /* The stipple command worked on my 855GM box, but not my 845G.
897 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE
    [all...]
i915_state.c 444 * Polygon stipple
446 * The i915 supports a 4x4 stipple natively, GL wants 32x32.
447 * Fortunately stipple is usually a repeating pattern.
462 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE;
465 /* Use the already unpacked stipple data from the context rather than the
499 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff;
500 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
504 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE;
897 /* The stipple command worked on my 855GM box, but not my 845G.
905 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 471 * Polygon stipple
473 * The i830 supports a 4x4 stipple natively, GL wants 32x32.
474 * Fortunately stipple is usually a repeating pattern.
489 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE;
492 /* Use the already unpacked stipple data from the context rather than the
526 i830->state.Stipple[I830_STPREG_ST1] &= ~0xffff;
527 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
531 i830->state.Stipple[I830_STPREG_ST1] |= ST1_ENABLE;
890 /* The stipple command worked on my 855GM box, but not my 845G.
897 i830->state.Stipple[I830_STPREG_ST1] &= ~ST1_ENABLE
    [all...]
i915_state.c 444 * Polygon stipple
446 * The i915 supports a 4x4 stipple natively, GL wants 32x32.
447 * Fortunately stipple is usually a repeating pattern.
462 i915->state.Stipple[I915_STPREG_ST1] &= ~ST1_ENABLE;
465 /* Use the already unpacked stipple data from the context rather than the
499 i915->state.Stipple[I915_STPREG_ST1] &= ~0xffff;
500 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
504 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE;
897 /* The stipple command worked on my 855GM box, but not my 845G.
905 i915->state.Stipple[I915_STPREG_ST1] |= ST1_ENABLE
    [all...]
  /external/chromium_org/third_party/skia/gm/
samplerstress.cpp 101 // stipple mask with a round rect soft clip
  /external/skia/gm/
samplerstress.cpp 101 // stipple mask with a round rect soft clip
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
pipeline.txt 85 | * Polygon Stipple |
86 | * Line Stipple |
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 100 rast->need_pipeline_tris_str = "poly stipple";
121 rast->need_pipeline_lines_str = "line stipple";

Completed in 566 milliseconds

12 3 4 5 6 7 8