HomeSort by: relevance | last modified time | path
    Searched refs:source_blend (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 507 GLenum source_blend, dest_blend; local
517 source_blend = op_info->source_blend;
524 if (source_blend == GL_DST_ALPHA)
525 source_blend = GL_ONE;
526 else if (source_blend == GL_ONE_MINUS_DST_ALPHA)
527 source_blend = GL_ZERO;
556 source_blend = glamor_translate_blend_alpha_to_red(source_blend);
560 op_info_result->source_blend = source_blend
    [all...]
glamor_priv.h 145 GLenum source_blend; member in struct:blendinfo
glamor_program.c 503 src_blend = op_info->source_blend;

Completed in 6 milliseconds