Searched refs:translate_blend (Results 1 – 3 of 3) sorted by relevance
50 translate_blend(GLenum blend) in translate_blend() function219 translate_blend(ctx->Color.Blend[j].EquationRGB); in st_update_blend()229 translate_blend(ctx->Color.Blend[j].SrcRGB); in st_update_blend()231 translate_blend(ctx->Color.Blend[j].DstRGB); in st_update_blend()235 translate_blend(ctx->Color.Blend[j].EquationA); in st_update_blend()245 translate_blend(ctx->Color.Blend[j].SrcA); in st_update_blend()247 translate_blend(ctx->Color.Blend[j].DstA); in st_update_blend()
78 VIVS_PE_ALPHA_CONFIG_EQ_COLOR(translate_blend(rt0->rgb_func)) | in etna_blend_state_create()79 VIVS_PE_ALPHA_CONFIG_EQ_ALPHA(translate_blend(rt0->alpha_func)); in etna_blend_state_create()
120 translate_blend(unsigned blend) in translate_blend() function