Home | History | Annotate | Download | only in swrast

Lines Matching defs:stipple

653  * Apply the current polygon stipple pattern to a span of pixels.
668 const GLuint stipple = ctx->PolygonStipple[row];
669 if (((1 << col) & stipple) == 0) {
677 const GLuint stipple = ctx->PolygonStipple[span->y % 32];
680 if ((m & stipple) == 0) {