Home
last modified time | relevance | path

Searched refs:DRI2GetMSC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/
Ddri2.h93 DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc);
Ddri2.c587 Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, in DRI2GetMSC() function
597 GetReq(DRI2GetMSC, req); in DRI2GetMSC()
Ddri2_glx.c430 ret = DRI2GetMSC(psc->dpy, pdraw->xDrawable, in dri2DrawableGetMSC()