Home | History | Annotate | Download | only in glx

Lines Matching refs:sbc

729 		   int64_t *ust, int64_t *msc, int64_t *sbc)
734 if (pdp && psc->sbc && psc->msc)
736 (*psc->sbc->getSBC)(pdp->driDrawable, sbc) == 0 &&
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
749 divisor, remainder, msc, sbc);
760 int64_t *msc, int64_t *sbc)
764 if (pdp != NULL && psc->sbc != NULL) {
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc);
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);