Searched refs:xcb_connect (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/xcb-util/dist/reply/ |
| H A D | test_reply.c | 68 xcb_connection_t *c = xcb_connect(NULL, NULL);
|
| /xsrc/external/mit/xorg-server/dist/test/bigreq/ |
| H A D | request-length.c | 33 xcb_connection_t *c = xcb_connect(NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| H A D | device_select_x11.c | 72 conn = xcb_connect(NULL, &scrn);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_disp.c | 78 c = xcb_connect(display, NULL);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb.h | 571 xcb_connection_t *xcb_connect(const char *displayname, int *screenp);
|
| H A D | xcb_util.c | 520 xcb_connection_t *xcb_connect(const char *displayname, int *screenp) function in typeref:typename:xcb_connection_t *
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_xcb_image_shm.c | 63 c = xcb_connect (NULL, &screen_nbr);
|
| H A D | test_bitmap.c | 120 xcb_connection_t *c = xcb_connect(0, &snum);
|
| H A D | test_formats.c | 141 xcb_connection_t *c = xcb_connect(0, &screen);
|
| H A D | test_xcb_image.c | 124 c = xcb_connect (NULL, &screen_nbr);
|
| /xsrc/external/mit/xlsatoms/dist/ |
| H A D | xlsatoms.c | 137 c = xcb_connect(displayname, NULL);
|
| /xsrc/external/mit/xorg-server/dist/test/sync/ |
| H A D | sync.c | 291 xcb_connection_t *c = xcb_connect(NULL, &screen);
|
| /xsrc/external/mit/xorg-server/dist/test/damage/ |
| H A D | primitives.c | 337 xcb_connection_t *c = xcb_connect(NULL, &screen);
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | dsimple.c | 120 *dpy = xcb_connect (display_name, &screen_number); 124 Fatal_Error ("Failed to allocate memory in xcb_connect");
|
| /xsrc/external/mit/xlsclients/dist/ |
| H A D | xlsclients.c | 211 dpy = xcb_connect(displayname, &screen_number);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 1236 dri2_dpy->conn = xcb_connect(NULL, &screen); 1250 msg = "xcb_connect failed";
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 1322 dri2_dpy->conn = xcb_connect(NULL, &screen); 1332 msg = "xcb_connect failed";
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 549 HostX.conn = xcb_connect(NULL, &HostX.screen);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 341 conn = xcb_connect(NULL, NULL);
|
Completed in 19 milliseconds