Home | History | Annotate | Download | only in glx

Lines Matching defs:msc

71    const __DRImediaStreamCounterExtension *msc;
729 int64_t *ust, int64_t *msc, int64_t *sbc)
734 if (pdp && psc->sbc && psc->msc)
735 return ( (*psc->msc->getMSC)(psc->driScreen, msc) == 0 &&
742 int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
747 if (pdp != NULL && psc->msc != NULL) {
748 ret = (*psc->msc->waitForMSC) (pdp->driDrawable, target_msc,
749 divisor, remainder, msc, sbc);
760 int64_t *msc, int64_t *sbc)
766 (*psc->sbc->waitForSBC) (pdp->driDrawable, target_sbc, msc, sbc);
775 pdp->base.xDrawable, target_sbc, ust, msc, sbc);
822 psc->msc = (__DRImediaStreamCounterExtension *) extensions[i];