Lines Matching refs:ust
1845 int64_t ust, msc, sbc; in __glXGetVideoSyncSGI() local
1872 ret = psc->driScreen->getDrawableMSC(psc, pdraw, &ust, &msc, &sbc); in __glXGetVideoSyncSGI()
1889 int64_t ust, msc, sbc; in __glXWaitVideoSyncSGI() local
1910 ret = psc->driScreen->waitForMSC(pdraw, 0, divisor, remainder, &ust, &msc, in __glXWaitVideoSyncSGI()
2078 int64_t * ust, int64_t * msc, int64_t * sbc) in __glXGetSyncValuesOML() argument
2094 ret = psc->driScreen->getDrawableMSC(psc, pdraw, ust, msc, sbc); in __glXGetSyncValuesOML()
2242 int64_t remainder, int64_t * ust, in __glXWaitForMscOML() argument
2263 ust, msc, sbc); in __glXWaitForMscOML()
2274 int64_t target_sbc, int64_t * ust, in __glXWaitForSbcOML() argument
2291 ret = psc->driScreen->waitForSBC(pdraw, target_sbc, ust, msc, sbc); in __glXWaitForSbcOML()
2685 __glXGetUST(int64_t * ust) in __glXGetUST() argument
2689 if (ust == NULL) { in __glXGetUST()
2694 ust[0] = (tv.tv_sec * 1000000) + tv.tv_usec; in __glXGetUST()