Searched refs:_XDisplay (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/include/GL/ |
D | mesa_glinterop.h | 62 struct _XDisplay; 253 MesaGLInteropGLXQueryDeviceInfo(struct _XDisplay *dpy, struct __GLXcontextRec *context, 278 MesaGLInteropGLXExportObject(struct _XDisplay *dpy, struct __GLXcontextRec *context, 293 typedef int (PFNMESAGLINTEROPGLXQUERYDEVICEINFOPROC)(struct _XDisplay *dpy, struct __GLXcontextRec … 297 typedef int (PFNMESAGLINTEROPGLXEXPORTOBJECTPROC)(struct _XDisplay *dpy, struct __GLXcontextRec *co…
|
/external/mesa3d/src/glx/tests/ |
D | mock_xdisplay.h | 25 class mock_XDisplay : public _XDisplay { 29 memset(this, 0, sizeof(struct _XDisplay)); in mock_XDisplay()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.h | 19 struct _XDisplay; 31 static bool IsDesktopElement(_XDisplay* display, Window window);
|
D | x11windowpicker.cc | 726 bool X11WindowPicker::IsDesktopElement(_XDisplay* display, Window window) { in IsDesktopElement()
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_device_alsa_linux.cc | 179 _XDisplay = XOpenDisplay(NULL); in Init() 180 if (!_XDisplay) in Init() 231 if (_XDisplay) in Terminate() 233 XCloseDisplay(_XDisplay); in Terminate() 234 _XDisplay = NULL; in Terminate() 2210 if (!_XDisplay) in KeyPressed() 2214 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
|
D | audio_device_pulse_linux.cc | 195 _XDisplay = XOpenDisplay(NULL); in Init() 196 if (!_XDisplay) in Init() 258 if (_XDisplay) in Terminate() 260 XCloseDisplay(_XDisplay); in Terminate() 261 _XDisplay = NULL; in Terminate() 2992 if (!_XDisplay) in KeyPressed() 2996 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
|
D | audio_device_alsa_linux.h | 248 Display* _XDisplay; variable
|
D | audio_device_pulse_linux.h | 371 Display* _XDisplay; variable
|