HomeSort by: relevance | last modified time | path
    Searched refs:PresentOptionAsync (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
presenttokens.h 45 #define PresentOptionAsync (1 << 0)
51 #define PresentAllOptions (PresentOptionAsync | \
57 #define PresentAllAsyncOptions (PresentOptionAsync | PresentOptionAsyncMayTear)
  /xsrc/external/mit/xorg-server/dist/present/
present.c 160 const Bool synced_flip = !(options & PresentOptionAsync);
275 divisor == 0 ? PresentOptionAsync : 0,

Completed in 6 milliseconds