Home
last modified time | relevance | path

Searched refs:waitForMSC (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/glx/
H A Dglxcmds.c1942 if (psc && psc->driScreen && psc->driScreen->waitForMSC) { in glXWaitVideoSyncSGI()
1943 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in glXWaitVideoSyncSGI()
2257 if (pdraw && psc->driScreen && psc->driScreen->waitForMSC) { in glXWaitForMscOML()
2258 ret = psc->driScreen->waitForMSC(pdraw, target_msc, divisor, remainder, in glXWaitForMscOML()
H A Dglxclient.h130 int (*waitForMSC)(__GLXDRIdrawable *pdraw, int64_t target_msc, member
H A Ddri2_glx.c1164 psp->waitForMSC = NULL; in dri2CreateScreen()
1173 psp->waitForMSC = dri2WaitForMSC; in dri2CreateScreen()
H A Ddri3_glx.c1004 psp->waitForMSC = dri3_wait_for_msc; in dri3_create_screen()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h160 int (*waitForMSC)(__DRIdrawable *drawable, member

Completed in 12 milliseconds