Home | History | Annotate | Download | only in main

Lines Matching defs:Blend

752    GLbitfield BlendEnabled;		/**< Per-buffer blend enable flags */
763 GLenum SrcRGB; /**< RGB blend source term */
764 GLenum DstRGB; /**< RGB blend dest term */
765 GLenum SrcA; /**< Alpha blend source term */
766 GLenum DstA; /**< Alpha blend dest term */
770 * Set if any blend factor uses SRC1. Computed at the time blend factors
774 } Blend[MAX_DRAW_BUFFERS];
775 /** Are the blend func terms currently different for each buffer/target? */
777 /** Are the blend equations currently different for each buffer/target? */