/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_context.h | 307 * - eliding noop statechange loops? (except line stipple count) 336 struct radeon_stipple_state stipple; member in struct:r100_state
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.h | 145 struct pipe_poly_stipple stipple; member in struct:nv50_context
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_context.h | 149 struct pipe_poly_stipple stipple; member in struct:nvc0_context
|
nvc0_state_validate.c | 193 PUSH_DATA(push, util_bswap32(nvc0->stipple.stipple[i]));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_misc.c | 45 const struct pipe_poly_stipple *stipple )
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_context.h | 121 GLuint Stipple[I830_STP_SETUP_SIZE];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 607 * Polygon stipple packet 626 /* Polygon stipple is provided in OpenGL order, i.e. bottom 656 * Polygon stipple offset packet 730 * Line stipple packet
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 548 const GLboolean stipple = ctx->Line.StippleFlag; \ 549 (void) elt; (void) stipple; 550 #define RESET_STIPPLE if ( stipple ) r200ResetLineStipple( ctx ); 811 /* Turn off other stuff: Stipple?, texture?, blending?, etc.
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 145 struct pipe_poly_stipple stipple; member in struct:nv50_context
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_context.h | 149 struct pipe_poly_stipple stipple; member in struct:nvc0_context
|
nvc0_state_validate.c | 193 PUSH_DATA(push, util_bswap32(nvc0->stipple.stipple[i]));
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_misc.c | 45 const struct pipe_poly_stipple *stipple )
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_context.h | 121 GLuint Stipple[I830_STP_SETUP_SIZE];
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 607 * Polygon stipple packet 626 /* Polygon stipple is provided in OpenGL order, i.e. bottom 656 * Polygon stipple offset packet 730 * Line stipple packet
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 548 const GLboolean stipple = ctx->Line.StippleFlag; \ 549 (void) elt; (void) stipple; 550 #define RESET_STIPPLE if ( stipple ) r200ResetLineStipple( ctx ); 811 /* Turn off other stuff: Stipple?, texture?, blending?, etc.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_dump_state.c | 355 util_dump_member_begin(stream, "stipple"); 356 util_dump_member_array(stream, uint, state, stipple);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_state_validate.c | 223 PUSH_DATAp(push, nv30->stipple.stipple, 32);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_state.c | 355 util_dump_member_begin(stream, "stipple"); 356 util_dump_member_array(stream, uint, state, stipple);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state_validate.c | 223 PUSH_DATAp(push, nv30->stipple.stipple, 32);
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-8.0.1.html | 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_rasterizer.c | 229 /* GL stipple factor is in [1,256], remap to [0, 255] here */
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 165 /* Reset the stipple counter
|
/external/mesa3d/docs/ |
relnotes-8.0.1.html | 58 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=45872">Bug 45872</a> - [bisected PNV] oglc mustpass(basic.stipple) regressed on pineview</li>
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_rasterizer.c | 229 /* GL stipple factor is in [1,256], remap to [0, 255] here */
|
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 165 /* Reset the stipple counter
|