HomeSort by: relevance | last modified time | path
    Searched refs:dest_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
518 dest_blend = op_info->dest_blend;
532 switch (dest_blend) {
534 dest_blend = GL_SRC1_COLOR;
537 dest_blend = GL_ONE_MINUS_SRC1_COLOR;
542 switch (dest_blend) {
544 dest_blend = GL_SRC_COLOR;
547 dest_blend = GL_ONE_MINUS_SRC_COLOR;
557 dest_blend = glamor_translate_blend_alpha_to_red(dest_blend)
    [all...]
glamor_priv.h 146 GLenum dest_blend; member in struct:blendinfo
glamor_program.c 504 dst_blend = op_info->dest_blend;

Completed in 9 milliseconds