Searched refs:source_blend (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c450 GLenum source_blend, dest_blend; local in function:glamor_set_composite_op
460 source_blend = op_info->source_blend;
467 if (source_blend == GL_DST_ALPHA)
468 source_blend = GL_ONE;
469 else if (source_blend == GL_ONE_MINUS_DST_ALPHA)
470 source_blend = GL_ZERO;
499 source_blend = glamor_translate_blend_alpha_to_red(source_blend);
503 op_info_result->source_blend
[all...]
H A Dglamor_priv.h127 GLenum source_blend; member in struct:blendinfo
H A Dglamor_program.c483 src_blend = op_info->source_blend;

Completed in 13 milliseconds