Lines Matching refs:blue
532 * \param blue blue color component.
542 _mesa_BlendColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha )
550 tmp[2] = blue;
690 * \param blue whether to mask writing of the blue color component.
701 GLboolean blue, GLboolean alpha )
711 red, green, blue, alpha);
718 tmp[BCOMP] = blue ? 0xff : 0x0;
733 ctx->Driver.ColorMask( ctx, red, green, blue, alpha );
742 GLboolean blue, GLboolean alpha )
750 buf, red, green, blue, alpha);
762 tmp[BCOMP] = blue ? 0xff : 0x0;
772 ctx->Driver.ColorMaskIndexed(ctx, buf, red, green, blue, alpha);