| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DisName.c | 32 * Returns the name of the display XOpenDisplay would use. This is better 33 * than just printing the "display" variable in a program because that 40 * strncpy( displaybuf, XDisplayName( display ), sizeof(displaybuf) ); 56 _Xconst char *display) 59 if ( display != (char *)NULL && *display != '\0' ) 60 return( (char *)display ); 55 XDisplayName(_Xconst char * display) argument
|
| H A D | RegstFlt.c | 63 Display *display) 67 while ((fl = display->im_filters)) { 68 display->im_filters = fl->next; 71 display->im_filters = NULL; 79 Display *display, 98 LockDisplay(display); 99 rec->next = display->im_filters; 100 display->im_filters = rec; 101 display->free_funcs->im_filters = _XFreeIMFilters; 102 UnlockDisplay(display); 62 _XFreeIMFilters(Display * display) argument 78 _XRegisterFilterByMask(Display * display,Window window,unsigned long event_mask,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument 109 _XRegisterFilterByType(Display * display,Window window,int start_type,int end_type,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument 138 _XUnregisterFilter(Display * display,Window window,Bool (* filter)(Display *,Window,XEvent *,XPointer),XPointer client_data) argument [all...] |
| /xsrc/external/mit/ctwm/dist/client/ |
| H A D | ctwm_client.h | 10 bool CtwmIsRunning(Display *display, int scrnum); 11 char **CtwmListWorkspaces(Display *display, int scrnum); 12 char *CtwmCurrentWorkspace(Display *display, int scrnum); 13 int CtwmChangeWorkspace(Display *display, int scrnum, 15 char **CtwmCurrentOccupation(Display *display, Window window); 16 int CtwmSetOccupation(Display *display, Window window, 18 int CtwmAddToCurrentWorkspace(Display *display, Window window);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | xtest.c | 41 Display *display = NULL; local in function:main 47 if (!(display = XOpenDisplay(argv[1]))) { 48 printf("Cannot open display %s\n", argv[1]); 52 printf("Usage: %s display\n", argv[0]); 56 if (!display && !(display = XOpenDisplay(NULL))) { 57 printf("Cannot open default display\n"); 61 if (!XTestQueryExtension(display, &event_base, &error_base, 70 XTestFakeKeyEvent(display, 30, True, 10); 71 XTestFakeKeyEvent(display, 3 [all...] |
| H A D | dmxaddinput.c | 41 Display *display = NULL; local in function:main 49 printf("Usage: %s display c|b name|screen isCore\n", argv[0]); 53 if (!(display = XOpenDisplay(argv[1]))) { 54 printf("Cannot open display %s\n", argv[1]); 58 if (!DMXQueryExtension(display, &event_base, &error_base)) { 65 if (!DMXQueryVersion(display, 74 status = DMXAddConsoleInput(display, argv[3], atoi(argv[4]), &id); 76 status = DMXAddBackendInput(display, atoi(argv[3]), atoi(argv[4]),&id); 81 XCloseDisplay(display);
|
| H A D | evi.c | 41 Display *display = NULL; local in function:main 48 if (!(display = XOpenDisplay(argv[1]))) { 49 printf("Cannot open display %s\n", argv[1]); 53 printf("Usage: %s display\n", argv[0]); 57 if (!display && !(display = XOpenDisplay(NULL))) { 58 printf("Cannot open default display\n"); 62 if (!XeviQueryVersion(display, &major_version, &minor_version)) { 68 XeviGetVisualInfo(display, NULL, 0, &evi, &count); 84 XCloseDisplay(display); [all...] |
| H A D | res.c | 41 Display *display = NULL; local in function:main 49 if (!(display = XOpenDisplay(argv[1]))) { 50 printf("Cannot open display %s\n", argv[1]); 54 printf("Usage: %s display\n", argv[0]); 58 if (!display && !(display = XOpenDisplay(NULL))) { 59 printf("Cannot open default display\n"); 63 if (!XResQueryExtension(display, &event, &error)) { 69 if (!XResQueryVersion(display, &major_version, &minor_version)) { 76 XResQueryClients(display, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/ |
| H A D | test_blocks.c | 41 Display *display; local in function:main 51 display = XOpenDisplay(NULL); 55 display, 67 XCloseDisplay(display); 74 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 79 assert(XvMCCreateSurface(display, &context, &surface) == Success); 82 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext); 84 assert(XvMCCreateBlocks(display, [all...] |
| H A D | test_surface.c | 40 Display *display; local in function:main 48 display = XOpenDisplay(NULL); 52 display, 64 XCloseDisplay(display); 71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 78 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext); 80 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface); 82 assert(XvMCCreateSurface(display, [all...] |
| H A D | test_context.c | 40 Display *display; local in function:main 47 display = XOpenDisplay(NULL); 51 display, 63 XCloseDisplay(display); 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 83 assert(XvMCCreateContext(display, port_nu [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| H A D | test_blocks.c | 41 Display *display; local in function:main 51 display = XOpenDisplay(NULL); 55 display, 67 XCloseDisplay(display); 74 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 78 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 79 assert(XvMCCreateSurface(display, &context, &surface) == Success); 82 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext); 84 assert(XvMCCreateBlocks(display, [all...] |
| H A D | test_surface.c | 40 Display *display; local in function:main 48 display = XOpenDisplay(NULL); 52 display, 64 XCloseDisplay(display); 71 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 78 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext); 80 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface); 82 assert(XvMCCreateSurface(display, [all...] |
| H A D | test_context.c | 40 Display *display; local in function:main 47 display = XOpenDisplay(NULL); 51 display, 63 XCloseDisplay(display); 70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0); 71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); 76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 83 assert(XvMCCreateContext(display, port_nu [all...] |
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | mesa_dri2.h | 48 _vdp_DRI2QueryExtension(Display * display, int *eventBase, int *errorBase); 51 _vdp_DRI2QueryVersion(Display * display, int *major, int *minor); 54 _vdp_DRI2Connect(Display * display, XID window, char **driverName, 58 _vdp_DRI2RemoveExtension(Display * display);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.h | 8 struct sw_winsys *xlib_create_sw_winsys(Display *display);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.h | 8 struct sw_winsys *xlib_create_sw_winsys(Display *display);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | windisplay.c | 3 * Purpose: Retrieve server display name 32 #include <opaque.h> // for display 41 Generate a display name string referring to the display of this server, 49 snprintf(szDisplay, 512, ":%s.%d", display, screen); 52 snprintf(szDisplay, 512, "127.0.0.1:%s.%d", display, screen); 55 snprintf(szDisplay, 512, "::1:%s.%d", display, screen); 60 snprintf(szDisplay, 512, "localhost:%s.%d", display, screen);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_glx.c | 45 glXMakeCurrent(glamor_ctx->display, None, None); 47 glXMakeCurrent(glamor_ctx->display, glamor_ctx->drawable_xid, 59 glamor_ctx->display = glXGetCurrentDisplay(); 60 if (!glamor_ctx->display)
|
| /xsrc/external/mit/libXvMC/dist/include/X11/extensions/ |
| H A D | XvMClib.h | 9 Bool XvMCQueryExtension(Display *display, int *eventBase, int *errBase); 10 Status XvMCQueryVersion(Display *display, int *major_versionp, 20 Status XvMCCreateContext(Display *display, 28 Status XvMCDestroyContext(Display *display, XvMCContext *context); 31 XvMCCreateSurface(Display *display, 35 Status XvMCDestroySurface(Display *display, XvMCSurface *surface); 37 XvImageFormatValues *XvMCListSubpictureTypes(Display *display, 43 XvMCPutSurface(Display *display, 56 Status XvMCHideSurface(Display *display, XvMCSurface *surface); 59 XvMCCreateSubpicture(Display *display, [all...] |
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | xinput.h | 45 XDeviceInfo* find_device_info( Display *display, char *name, Bool only_extended); 47 XIDeviceInfo* xi2_find_device_info(Display *display, char *name); 48 int xinput_version(Display* display); 51 int get_feedbacks( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 52 int set_ptr_feedback( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 53 int get_button_map( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 54 int set_button_map( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 55 int set_pointer( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 57 int set_mode( Display* display, int argc, char *argv[], char *prog_name, char *prog_desc); 58 int list( Display* display, in [all...] |
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| H A D | xtestext1.h | 68 Display *display; member in struct:__anon2a380c130108 80 Display *display; member in struct:__anon2a380c130208 89 int XTestPressKey(Display *display, int device_id, unsigned long delay, unsigned int keycode, unsigned int key_action); 90 int XTestPressButton(Display * display, int device_id, unsigned long delay, unsigned int button_number, unsigned int button_action); 91 int XTestMovePointer(Display *display, int device_id, unsigned long delay[], int x[], int y[], unsigned int count); 92 int XTestFlush(Display *display);
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | CrPFrBuf.c | 42 Display *display, 59 ErrorStatus = XpmCreateImageFromBuffer(display, buffer, 71 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return); 77 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return); 87 XFreePixmap(display, *pixmap_return); 91 XFreePixmap(display, *shapemask_return); 41 XpmCreatePixmapFromBuffer(Display * display,Drawable d,char * buffer,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| H A D | CrPFrDat.c | 42 Display *display, 59 ErrorStatus = XpmCreateImageFromData(display, data, 71 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return); 77 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return); 87 XFreePixmap(display, *pixmap_return); 91 XFreePixmap(display, *shapemask_return); 41 XpmCreatePixmapFromData(Display * display,Drawable d,char ** data,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| H A D | RdFToP.c | 42 Display *display, 59 ErrorStatus = XpmReadFileToImage(display, filename, 70 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return); 76 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return); 86 XFreePixmap(display, *pixmap_return); 90 XFreePixmap(display, *shapemask_return); 41 XpmReadFileToPixmap(Display * display,Drawable d,const char * filename,Pixmap * pixmap_return,Pixmap * shapemask_return,XpmAttributes * attributes) argument
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | dri2.h | 48 DRI2QueryExtension(Display *display, int *eventBase, int *errorBase); 50 DRI2QueryVersion(Display *display, int *major, int *minor); 52 DRI2Connect(Display *display, XID window, 55 DRI2Authenticate(Display *display, XID window, drm_magic_t magic); 57 DRI2CreateDrawable(Display *display, XID drawable); 59 DRI2DestroyDrawable(Display *display, XID handle);
|