HomeSort by relevance Sort by last modified time
    Searched refs:first_event (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/glx/
dri2.c 95 switch ((wire->u.u.type & 0x7f) - info->codes->first_event) {
217 *eventBase = info->codes->first_event;
265 XESetWireToEvent (dpy, info->codes->first_event + i, DRI2WireToEvent);
266 XESetEventToWire (dpy, info->codes->first_event + i, DRI2EventToWire);
glxext.c 113 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes->first_event) {
886 XESetWireToEvent(dpy, dpyPriv->codes->first_event + i, __glXWireToEvent);
887 XESetEventToWire(dpy, dpyPriv->codes->first_event + i, __glXEventToWire);
    [all...]
XF86dri.c 105 *event_basep = info->codes->first_event;
dri2_glx.c 749 return glx_dpy->codes->first_event + GLX_BufferSwapComplete;
    [all...]
  /external/mesa3d/src/glx/apple/
appledri.c 102 switch ((event->u.u.type & 0x7f) - info->codes->first_event) {
137 *event_basep = info->codes->first_event;
  /external/mesa3d/src/glx/windows/
xwindowsdri.c 93 *event_basep = info->codes->first_event;
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 200 if (event_basep) *event_basep = info->codes->first_event;
va_dri2.c 94 *eventBase = info->codes->first_event;
va_dri.c 107 *event_basep = info->codes->first_event;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 674 int first_event; local
684 if (!XQueryExtension(dpy, GLX_EXTENSION_NAME, &major_opcode, &first_event, &first_error)) {
686 first_event = 0;
    [all...]
  /external/libdrm/tests/ttmtest/src/
xf86dri.c 103 *event_basep = info->codes->first_event;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 718 CARD8 first_event; member in struct:_LbxQueryExtensionReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
lbxproto.h 718 CARD8 first_event; member in struct:_LbxQueryExtensionReply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 174 int first_event; /* first event number for the extension */ member in struct:__anon53595
    [all...]
Xproto.h 833 CARD8 first_event;
831 CARD8 first_event; member in struct:__anon53740
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 171 int first_event; /* first event number for the extension */ member in struct:__anon55461
    [all...]
Xproto.h 833 CARD8 first_event;
831 CARD8 first_event; member in struct:__anon55606
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 3820 uint8_t first_event; \/**< *\/ member in struct:xcb_query_extension_reply_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 3821 uint8_t first_event; \/**< *\/ member in struct:xcb_query_extension_reply_t
    [all...]

Completed in 1644 milliseconds