Lines Matching full:invalidate
158 /* If the server doesn't send invalidate events, we may miss a
159 * resize before the rendering starts. Invalidate the buffers now
619 /* Old servers don't send invalidate events */
743 /* Old servers don't send invalidate events */
872 if (pdraw && psc->f && psc->f->base.version >= 3 && psc->f->invalidate)
873 psc->f->invalidate(pdp->driDrawable);
896 psc->f->base.version >= 3 && psc->f->invalidate)
897 psc->f->invalidate(pdraw->driDrawable);