#include "main/glheader.h"
#include "main/macros.h"
#include "s_context.h"
#include "s_masking.h"
#include "s_span.h"
Functions | |
void | _swrast_mask_rgba_span (GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span) |
Apply the color mask to a span of rgba values. | |
void | _swrast_mask_ci_span (GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span) |
Apply the index mask to a span of color index values. |
void _swrast_mask_ci_span | ( | GLcontext * | ctx, | |
struct gl_renderbuffer * | rb, | |||
SWspan * | span | |||
) |
Apply the index mask to a span of color index values.
void _swrast_mask_rgba_span | ( | GLcontext * | ctx, | |
struct gl_renderbuffer * | rb, | |||
SWspan * | span | |||
) |
Apply the color mask to a span of rgba values.