Lines Matching defs:GetMSC
101 DRI2GetMSCProcPtr GetMSC;
173 if (!ds->GetMSC || !(*ds->GetMSC)(pDraw, &ust, &pPriv->last_swap_target))
848 if (ds->GetMSC) {
849 if (!(*ds->GetMSC)(pDraw, &ust, ¤t_msc))
922 if (!ds->GetMSC) {
934 ret = (*ds->GetMSC)(pDraw, ust, msc);
1005 return ds->ScheduleSwap && ds->GetMSC;
1113 ds->GetMSC = info->GetMSC;