Home | History | Annotate | Download | only in x11

Lines Matching refs:trans_type

662  *         trans_type - transparent pixel type: GLX_NONE_EXT,
672 int level, int trans_type, int trans_value,
711 if (!(trans_type==DONT_CARE
712 || (trans_type==GLX_TRANSPARENT_INDEX_EXT
714 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
766 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
881 int trans_type = DONT_CARE;
1024 trans_type = *parselist++;
1182 trans_type, trans_value, min_rgb, visual_type);