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

12 3

  /external/mesa3d/src/gallium/include/pipe/
p_state.h 173 unsigned stipple[32]; member in struct:pipe_poly_stipple
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.h 306 * - eliding noop statechange loops? (except line stipple count)
335 struct radeon_stipple_state stipple; member in struct:r100_state
radeon_swtcl.c 672 const GLboolean stipple = ctx->Line.StippleFlag; \
673 (void) elt; (void) stipple;
674 #define RESET_STIPPLE if ( stipple ) radeonResetLineStipple( ctx );
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_state_validate.c 220 PUSH_DATAp(push, nv30->stipple.stipple, 32);
  /external/ImageMagick/MagickCore/
xwindow-private.h 126 stipple; member in struct:_XDrawInfo
display.c 618 " Stipple",
649 "Choose a stipple, if appropriate, from the Stipple sub-menu.",
5440 stipple = (Pixmap) NULL; local
    [all...]
widget.c 1437 stipple; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.h 219 struct pipe_poly_stipple stipple; member in struct:nvc0_context
nvc0_state.c 837 const struct pipe_poly_stipple *stipple)
841 nvc0->stipple = *stipple;
    [all...]
nvc0_state_validate.c 263 PUSH_DATA(push, util_bswap32(nvc0->stipple.stipple[i]));
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 381 * This should be called when the polygon stipple pattern changes.
382 * We create a new texture from the stipple pattern and create a new
392 softpipe->poly_stipple.stipple);
404 * Should be called when polygon stipple is enabled/disabled or when
407 * the polygon stipple texture. The texture unit that we use depends on
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 549 const GLboolean stipple = ctx->Line.StippleFlag; \
550 (void) elt; (void) stipple;
551 #define RESET_STIPPLE if ( stipple ) r200ResetLineStipple( ctx );
819 /* Turn off other stuff: Stipple?, texture?, blending?, etc.
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_descriptors.c 1495 unsigned stipple[32]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_state.c 976 const struct pipe_poly_stipple *stipple)
980 nv50->stipple = *stipple;
    [all...]
nv50_state_validate.c 180 PUSH_DATA(push, util_bswap32(nv50->stipple.stipple[i]));
  /external/mesa3d/src/mesa/swrast/
s_span.c 654 * Apply the current polygon stipple pattern to a span of pixels.
669 const GLuint stipple = ctx->PolygonStipple[row]; local
670 if (((1 << col) & stipple) == 0) {
678 const GLuint stipple = ctx->PolygonStipple[span->y % 32]; local
681 if ((m & stipple) == 0) {
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 178 trace_dump_member_begin("stipple");
180 state->stipple,
181 ARRAY_SIZE(state->stipple));
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_state.c 339 const struct pipe_poly_stipple *stipple)
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 565 const struct pipe_poly_stipple *stipple)
569 ctx->poly_stipple = *stipple; /* struct copy */
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 384 util_dump_member_begin(stream, "stipple");
385 util_dump_member_array(stream, uint, state, stipple);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 583 const struct pipe_poly_stipple *stipple )
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 696 virgl_encoder_write_dword(ctx->cbuf, ps->stipple[i]);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.c 515 struct pipe_poly_stipple stipple; local
516 memset(&stipple, ~0, sizeof(stipple));
517 This->context.pipe->set_polygon_stipple(This->context.pipe, &stipple);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 204 Pixmap stipple; /* stipple 1 plane pixmap for stipping */ member in struct:__anon61337
205 int ts_x_origin; /* offset for tile or stipple operations */
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c     [all...]

Completed in 703 milliseconds

12 3