Searched refs:last_swap_target (Results 1 – 2 of 2) sorted by relevance
96 CARD64 last_swap_target; /* most recently queued swap target */ member258 if (!ds->GetMSC || !(*ds->GetMSC) (pDraw, &ust, &pPriv->last_swap_target)) in DRI2AllocateDrawable()259 pPriv->last_swap_target = 0; in DRI2AllocateDrawable()1166 pPriv->last_swap_target = 0; in DRI2SwapBuffers()1168 if (current_msc < pPriv->last_swap_target) in DRI2SwapBuffers()1169 pPriv->last_swap_target = current_msc; in DRI2SwapBuffers()1178 target_msc = pPriv->last_swap_target + pPriv->swap_interval; in DRI2SwapBuffers()1192 pPriv->last_swap_target = target_msc; in DRI2SwapBuffers()
108584 glXSwapBuffers() calls. Reinitialize drawable's last_swap_target108587 last_swap_target defines the baseline for scheduling the next swap.114175 OML_sync_control spec, instead of the last_swap_target value.114243 DRI2: fixup handling of last_swap_target