Searched defs:target_sbc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dglx_empty.c133 int64_t target_sbc, int64_t * ust,
138 (void) target_sbc;
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/mesa3d/src/glx/apple/
H A Dglx_empty.c133 int64_t target_sbc, int64_t * ust,
138 (void) target_sbc;
132 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.c673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, argument
687 load_sbc_req(req, target_sbc);
H A Ddri2_glx.c461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc);
H A Ddri_glx.c759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc);
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);
H A Dglxcmds.c2272 int64_t target_sbc, int64_t * ust,
2284 if (target_sbc < 0)
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);
2271 __glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument
/external/mesa3d/src/glx/
H A Ddri2.c673 Bool DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, argument
687 load_sbc_req(req, target_sbc);
H A Ddri2_glx.c461 dri2WaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
468 target_sbc, &dri2_ust, &dri2_msc, &dri2_sbc);
H A Ddri_glx.c759 driWaitForSBC(__GLXDRIdrawable *pdraw, int64_t target_sbc, int64_t *ust, argument
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc);
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);
H A Dglxcmds.c2272 int64_t target_sbc, int64_t * ust,
2284 if (target_sbc < 0)
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc);
2271 __glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, int64_t target_sbc, int64_t * ust, int64_t * msc, int64_t * sbc) argument

Completed in 1222 milliseconds