Searched refs:pWaitForMscOML (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c905 PFNGLXWAITFORMSCOMLPROC pWaitForMscOML; local in function:dispatch_WaitForMscOML
913 if (pWaitForMscOML == NULL)
916 return (*pWaitForMscOML)(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dg_glxglvnddispatchfuncs.c932 PFNGLXWAITFORMSCOMLPROC pWaitForMscOML; local in function:dispatch_WaitForMscOML
940 if (pWaitForMscOML == NULL)
943 return pWaitForMscOML(dpy, drawable, target_msc, divisor, remainder, ust, msc, sbc);

Completed in 4 milliseconds