Searched refs:close_display (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/glx/windows/ |
D | xwindowsdri.c | 46 static int close_display(Display * dpy, XExtCodes * extCodes); 55 close_display, /* close_display */ 69 XEXT_GENERATE_CLOSE_DISPLAY(close_display, windowsdri_info)
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | stress-videooverlay.c | 63 close_display (void) in close_display() function 241 close_display (); in main()
|
/third_party/mesa3d/src/glx/apple/ |
D | appledri.c | 60 static int close_display(Display * dpy, XExtCodes * extCodes); 70 close_display, /* close_display */ 83 static XEXT_GENERATE_CLOSE_DISPLAY(close_display, appledri_info)
|
/third_party/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 63 static int close_display(Display * dpy, XExtCodes * extCodes); 71 close_display, /* close_display */ 82 static XEXT_GENERATE_CLOSE_DISPLAY(close_display, xf86dri_info)
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 59 static int close_display(); 69 close_display, /* close_display */ 82 static XEXT_GENERATE_CLOSE_DISPLAY (close_display, nvctrl_ext_info) in XEXT_GENERATE_CLOSE_DISPLAY() argument
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 658 ext->close_display = close_display_callback; in register_with_display()
|