#include "swrast.h"
| Functions | |
| void | _swrast_logicop_ci_span (GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span) | 
| void | _swrast_logicop_rgba_span (GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span) | 
| Apply the current logic operator to a span of RGBA pixels. | |
| void _swrast_logicop_ci_span | ( | GLcontext * | ctx, | |
| struct gl_renderbuffer * | rb, | |||
| SWspan * | span | |||
| ) | 
| void _swrast_logicop_rgba_span | ( | GLcontext * | ctx, | |
| struct gl_renderbuffer * | rb, | |||
| SWspan * | span | |||
| ) | 
Apply the current logic operator to a span of RGBA pixels.
We can handle horizontal runs of pixels (spans) or arrays of x/y pixel coordinates.
 1.5.4
 1.5.4