Lines Matching refs:GL_ONE
81 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_noop()
106 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_replace()
253 ASSERT(ctx->Color.Blend[0].SrcRGB == GL_ONE); in blend_add()
254 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE); in blend_add()
507 case GL_ONE: in blend_general_float()
577 case GL_ONE: in blend_general_float()
631 case GL_ONE: in blend_general_float()
694 case GL_ONE: in blend_general_float()
955 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) { in _swrast_choose_blend_func()
980 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) { in _swrast_choose_blend_func()