Lines Matching refs:msc
1841 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local
1868 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI()
1869 *count = (unsigned) msc; in __glXGetVideoSyncSGI()
1885 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local
1906 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI()
1908 *count = (unsigned) msc; in __glXWaitVideoSyncSGI()
2074 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument
2090 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML()
2241 int64_t * msc, int64_t * sbc) in __glXWaitForMscOML() argument
2261 ust, msc, sbc); in __glXWaitForMscOML()
2273 int64_t * msc, int64_t * sbc) in __glXWaitForSbcOML() argument
2289 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML()