Searched refs:translate_blend_func (Results 1 – 1 of 1) sorted by relevance
4061 static GLenum translate_blend_func(uint32_t pipe_blend) in translate_blend_func() function4227 glBlendEquationSeparateiARB(i, translate_blend_func(state->rt[i].rgb_func), in vrend_hw_emit_blend()4228 translate_blend_func(state->rt[i].alpha_func)); in vrend_hw_emit_blend()4251 glBlendEquationSeparate(translate_blend_func(state->rt[0].rgb_func), in vrend_hw_emit_blend()4252 translate_blend_func(state->rt[0].alpha_func)); in vrend_hw_emit_blend()