Home
last modified time | relevance | path

Searched refs:close_display (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.c46 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/
Dstress-videooverlay.c63 close_display (void) in close_display() function
241 close_display (); in main()
/third_party/mesa3d/src/glx/apple/
Dappledri.c60 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/
Dxf86dri.c63 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/
DNVCtrl.c59 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/
Dglx_api.c658 ext->close_display = close_display_callback; in register_with_display()