Home | History | Annotate | Download | only in swrast

Lines Matching refs:SrcRGB

80    ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ZERO);
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
130 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA);
175 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA);
213 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_SRC_ALPHA);
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE);
503 switch (ctx->Color.Blend[0].SrcRGB) {
907 const GLenum srcRGB = ctx->Color.Blend[0].SrcRGB;
935 else if (srcRGB != srcA || dstRGB != dstA) {
938 else if (eq == GL_FUNC_ADD && srcRGB == GL_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) {