HomeSort by: relevance | last modified time | path
    Searched defs:WaitMarker (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-trident/dist/src/
blade_exa.c 239 WaitMarker(ScreenPtr pScreen,
323 ExaDriver->WaitMarker = WaitMarker;
  /xsrc/external/mit/xorg-server/dist/exa/
exa.h 528 * synchronization to later in WaitMarker(). This might be used in the
543 * WaitMarker() waits for all rendering before the given marker to have
546 * WaitMarker() returns.
550 * synchronized, resulting in excessive WaitMarker() calls.
552 * WaitMarker() is required of all drivers.
554 void (*WaitMarker) (ScreenPtr pScreen, int marker);
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa.h 549 * synchronization to later in WaitMarker(). This might be used in the
564 * WaitMarker() waits for all rendering before the given marker to have
567 * WaitMarker() returns.
571 * synchronized, resulting in excessive WaitMarker() calls.
573 * WaitMarker() is required of all drivers.
575 void (*WaitMarker) (ScreenPtr pScreen, int marker);

Completed in 10 milliseconds