Home | History | Annotate | Download | only in glx

Lines Matching full:interval

411     * Make sure server has the same swap interval we do for the new
801 dri2SetSwapInterval(__GLXDRIdrawable *pdraw, int interval)
815 if (interval <= 0)
822 DRI2SwapInterval(priv->base.psc->dpy, priv->base.xDrawable, interval);
823 priv->swap_interval = interval;