Home | History | Annotate | Download | only in swrast

Lines Matching defs:dstRGB

81    ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
107 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ZERO);
132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA);
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE);
627 switch (ctx->Color.Blend[0].DstRGB) {
908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB;
935 else if (srcRGB != srcA || dstRGB != dstA) {
939 && dstRGB == GL_ONE_MINUS_SRC_ALPHA) {
955 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) {
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR))
968 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) {
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) {
980 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) {