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

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 109 GetReq (PanoramiXQueryVersion, req);
144 GetReq (PanoramiXGetState, req);
173 GetReq (PanoramiXGetScreenCount, req);
203 GetReq (PanoramiXGetScreenSize, req);
256 GetReq (XineramaIsActive, req);
285 GetReq (XineramaQueryScreens, req);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 173 GetReq(XDGAQueryVersion, req);
210 GetReq(XDGASetClientVersion, req);
233 GetReq(XDGAOpenFramebuffer, req);
272 GetReq(XDGACloseFramebuffer, req);
297 GetReq(XDGAQueryModes, req);
376 GetReq(XDGASetMode, req);
455 GetReq(XDGASetViewport, req);
478 GetReq(XDGAInstallColormap, req);
498 GetReq(XDGASelectInput, req);
522 GetReq(XDGAFillRectangle, req)
    [all...]
XF86DGA.c 111 GetReq(XF86DGAGetVideoLL, req);
143 GetReq(XF86DGADirectVideo, req);
167 GetReq(XF86DGAGetViewPortSize, req);
198 GetReq(XF86DGASetViewPort, req);
223 GetReq(XF86DGAGetVidPage, req);
251 GetReq(XF86DGASetVidPage, req);
273 GetReq(XF86DGAInstallColormap, req);
296 GetReq(XF86DGAQueryDirectVideo, req);
323 GetReq(XF86DGAViewPortChanged, req);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 130 GetReq(XF86VidModeQueryVersion, req);
156 GetReq(XF86VidModeSetClientVersion, req);
175 GetReq(XF86VidModeSetGamma, req);
197 GetReq(XF86VidModeGetGamma, req);
231 GetReq(XF86VidModeGetModeLine, req);
327 GetReq(XF86VidModeGetAllModeLines, req);
430 * GetReq replacement for use with VidMode protocols earlier than 2.0
516 GetReq(XF86VidModeAddModeLine, req);
605 GetReq(XF86VidModeDeleteModeLine, req);
668 GetReq(XF86VidModeModModeLine, req)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 183 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \
191 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 42 #define MbufGetReq(name,req,info) GetReq (name, req); \
46 #define MbufGetReq(name,req,info) GetReq (name, req); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 419 * GetReq - Get the next available X request packet in the buffer and
428 #define GetReq(name, req) \
439 #define GetReq(name, req) \
450 /* GetReqExtra is the same as GetReq, but allocates "n" additional
    [all...]

Completed in 73 milliseconds