Home | History | Annotate | Download | only in swrast

Lines Matching refs:srcA

128    assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA);
173 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA);
211 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA);
570 switch (ctx->Color.Blend[0].SrcA) {
906 const GLenum srcA = ctx->Color.Blend[0].SrcA;
932 else if (srcRGB != srcA || dstRGB != dstA) {