/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_state.c | 751 const struct pipe_poly_stipple *stipple) 755 nvc0->stipple = *stipple;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_swtcl.c | 671 const GLboolean stipple = ctx->Line.StippleFlag; \ 672 (void) elt; (void) stipple; 673 #define RESET_STIPPLE if ( stipple ) radeonResetLineStipple( ctx );
|
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 653 * Apply the current polygon stipple pattern to a span of pixels. 668 const GLuint stipple = ctx->PolygonStipple[row]; local 669 if (((1 << col) & stipple) == 0) { 677 const GLuint stipple = ctx->PolygonStipple[span->y % 32]; local 680 if ((m & stipple) == 0) { [all...] |
s_context.h | 233 GLuint StippleCounter; /**< Line stipple counter */
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state.c | 856 const struct pipe_poly_stipple *stipple) 860 nv50->stipple = *stipple; [all...] |
/external/mesa3d/docs/ |
relnotes-8.0.4.html | 103 <li>draw: fix missing immediates bug in polygon stipple code</li>
|
relnotes-7.11.1.html | 195 <li>i965: Add missing _NEW_POLYGON flag to polygon stipple upload.</li> 196 <li>i965: Fix polygon stipple offset state flagging.</li>
|
relnotes-8.0.3.html | 262 <li>i915: Fix i830 polygon stipple from PBOs.</li>
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_context.h | 222 GLuint Stipple[I915_STP_SETUP_SIZE];
|
i830_reg.h | 513 /* Stipple command, carried over from the i810, apparently:
|
/external/mesa3d/src/mesa/main/ |
attrib.c | 400 GLuint *stipple; local 401 stipple = (GLuint *) MALLOC( 32*sizeof(GLuint) ); 402 memcpy( stipple, ctx->PolygonStipple, 32*sizeof(GLuint) ); 403 save_attrib_data(&head, GL_POLYGON_STIPPLE_BIT, stipple); [all...] |
debug.c | 109 (flags & DD_TRI_STIPPLE) ? "tri-stipple, " : "", 113 (flags & DD_LINE_STIPPLE) ? "line-stipple, " : "",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
i830_drm.h | 113 /* 1.3: Stipple state
|
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 160 unsigned stipple[32]; member in struct:pipe_poly_stipple
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.h | 481 * - eliding noop statechange loops? (except line stipple count)
|
/external/mesa3d/src/mesa/tnl/ |
t_context.h | 473 /* Reset the hardware's line stipple counter.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xlib.h | 207 Pixmap stipple; /* stipple 1 plane pixmap for stipping */ member in struct:__anon36426 208 int ts_x_origin; /* offset for tile or stipple operations */ [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:__anon38289 205 int ts_x_origin; /* offset for tile or stipple operations */ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 211 ##stipple="gray50", # XXX Seems broken in Tk 8.0.x
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
TreeWidget.py | 211 ##stipple="gray50", # XXX Seems broken in Tk 8.0.x
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 211 ##stipple="gray50", # XXX Seems broken in Tk 8.0.x
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 211 ##stipple="gray50", # XXX Seems broken in Tk 8.0.x
|
/external/libvorbis/examples/ |
frameview.pl | 407 -stipple=>'gray50'); 443 $w->createLine($x,0,$x,$useabley,-tags=>['axes'],-width=>1,-stipple=>"gray50");
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.c | 423 * Tells the draw module whether or not to implement line stipple.
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state.c | 558 const struct pipe_poly_stipple *stipple ) [all...] |