HomeSort by: relevance | last modified time | path
    Searched defs:dest_blend (Results 1 - 2 of 2) 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

Completed in 91 milliseconds