Searched refs:GetMSC (Results 1 – 5 of 5) sorted by relevance
122 DRI2GetMSCProcPtr GetMSC; member258 if (!ds->GetMSC || !(*ds->GetMSC) (pDraw, &ust, &pPriv->last_swap_target)) in DRI2AllocateDrawable()1164 if (ds->GetMSC) { in DRI2SwapBuffers()1165 if (!(*ds->GetMSC) (pDraw, &ust, ¤t_msc)) in DRI2SwapBuffers()1230 if (!ds->GetMSC) { in DRI2GetMSC()1242 ret = (*ds->GetMSC) (pDraw, ust, msc); in DRI2GetMSC()1318 return ds->ScheduleSwap && ds->GetMSC; in DRI2HasSwapControl()1548 ds->GetMSC = info->GetMSC; in DRI2ScreenInit()
224 DRI2GetMSCProcPtr GetMSC; member
1083 info.GetMSC = ms_dri2_get_msc; in ms_dri2_screen_init()
98 R009 DRI2:GetMSC
103368 DDX driver may implement schedule swap without GetMSC. In that case we103369 can't call GetMSC in DRI2SwapBuffers.