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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri2_glx.c449 xcb_dri2_get_msc_cookie_t get_msc_cookie; local in function:dri2DrawableGetMSC
452 get_msc_cookie = xcb_dri2_get_msc_unchecked(c, pdraw->xDrawable);
453 get_msc_reply = xcb_dri2_get_msc_reply(c, get_msc_cookie, NULL);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri2_glx.c388 xcb_dri2_get_msc_cookie_t get_msc_cookie; local in function:dri2DrawableGetMSC
391 get_msc_cookie = xcb_dri2_get_msc_unchecked(c, pdraw->xDrawable);
392 get_msc_reply = xcb_dri2_get_msc_reply(c, get_msc_cookie, NULL);

Completed in 6 milliseconds