Searched refs:syncProp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrprovider.c277 Atom syncProp = MakeAtom(syncStr, strlen(syncStr), TRUE); local in function:RRInitPrimeSyncProps
284 if (!RRQueryOutputProperty(pScrPriv->outputs[i], syncProp)) {
285 RRConfigureOutputProperty(pScrPriv->outputs[i], syncProp,
288 RRChangeOutputProperty(pScrPriv->outputs[i], syncProp, XA_INTEGER,
308 Atom syncProp = MakeAtom(syncStr, strlen(syncStr), FALSE); local in function:RRFiniPrimeSyncProps
309 if (syncProp == None)
313 RRDeleteOutputProperty(pScrPriv->outputs[i], syncProp);
H A Drrcrtc.c456 Atom syncProp = MakeAtom(syncStr, strlen(syncStr), FALSE); local in function:rrGetPixmapSharingSyncProp
457 if (syncProp == None)
465 if ((val = RRGetOutputProperty(outputs[o], syncProp, TRUE)) &&
472 if ((val = RRGetOutputProperty(outputs[o], syncProp, FALSE)) &&
488 Atom syncProp = MakeAtom(syncStr, strlen(syncStr), FALSE); local in function:rrSetPixmapSharingSyncProp
489 if (syncProp == None)
493 RRPropertyPtr prop = RRQueryOutputProperty(outputs[o], syncProp);
495 RRChangeOutputProperty(outputs[o], syncProp, XA_INTEGER,

Completed in 8 milliseconds