HomeSort by relevance Sort by last modified time
    Searched full:x_shmeventtype (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
vid_x.c 89 static int x_shmeventtype; variable
580 x_shmeventtype = XShmGetEventBase(x_disp) + ShmCompletion;
862 if (doShm && x_event.type == x_shmeventtype)
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 130 static int x_shmeventtype; variable
782 x_shmeventtype = XShmGetEventBase(x_disp) + ShmCompletion;
989 if (doShm && x_event.type == x_shmeventtype)
vid_x.cpp 83 static int x_shmeventtype; variable
654 x_shmeventtype = XShmGetEventBase(x_disp) + ShmCompletion;
937 if (doShm && x_event.type == x_shmeventtype)

Completed in 184 milliseconds