Home | History | Annotate | Download | only in src

Lines Matching refs:missing

70  * If the server is missing support for any of the required depths on
89 CARD32 missing;
108 d->missing |= DEPTH_MASK(evt->resourceid);
125 CARD32 missing;
131 missing = ~depths & REQUIRED_DEPTHS;
132 if (missing)
145 dc.missing = 0;
157 * Try each missing depth and see if pixmap creation succeeds
161 if ((missing & DEPTH_MASK(d)) && d != 1)
182 if (dc.missing)