/external/chromium_org/third_party/mesa/src/src/gallium/docs/ |
d3d11ddi.txt | 77 + Gallium supports polygon stipple 196 + Gallium, like OpenGL, supports polygon stipple 202 + Gallium, like OpenGL, supports line stipple
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_state.c | 751 const struct pipe_poly_stipple *stipple) 755 nvc0->stipple = *stipple;
|
/external/chromium_org/third_party/mesa/src/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/gallium/docs/ |
d3d11ddi.txt | 77 + Gallium supports polygon stipple 196 + Gallium, like OpenGL, supports polygon stipple 202 + Gallium, like OpenGL, supports line stipple
|
/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_state.c | 856 const struct pipe_poly_stipple *stipple) 860 nv50->stipple = *stipple; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_state.c | 856 const struct pipe_poly_stipple *stipple) 860 nv50->stipple = *stipple; [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i915_context.h | 222 GLuint Stipple[I915_STP_SETUP_SIZE];
|
/external/chromium_org/third_party/mesa/src/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, " : "",
|
/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>
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_context.h | 222 GLuint Stipple[I915_STP_SETUP_SIZE];
|
/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.6/sysroot/usr/include/drm/ |
i830_drm.h | 113 /* 1.3: Stipple state
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
i830_drm.h | 113 /* 1.3: Stipple state
|