Searched refs:translate_blend_func (Results 1 – 1 of 1) sorted by relevance
4920 static GLenum translate_blend_func(uint32_t pipe_blend) in translate_blend_func() function5087 glBlendEquationSeparateiARB(i, translate_blend_func(state->rt[i].rgb_func), in vrend_hw_emit_blend()5088 translate_blend_func(state->rt[i].alpha_func)); in vrend_hw_emit_blend()5111 glBlendEquationSeparate(translate_blend_func(state->rt[0].rgb_func), in vrend_hw_emit_blend()5112 translate_blend_func(state->rt[0].alpha_func)); in vrend_hw_emit_blend()