Home
last modified time | relevance | path

Searched refs:_XDisplay (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/GL/
Dmesa_glinterop.h62 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/
Dmock_xdisplay.h25 class mock_XDisplay : public _XDisplay {
29 memset(this, 0, sizeof(struct _XDisplay)); in mock_XDisplay()
/external/webrtc/webrtc/base/
Dx11windowpicker.h19 struct _XDisplay;
31 static bool IsDesktopElement(_XDisplay* display, Window window);
Dx11windowpicker.cc726 bool X11WindowPicker::IsDesktopElement(_XDisplay* display, Window window) { in IsDesktopElement()
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc179 _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()
Daudio_device_pulse_linux.cc195 _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()
Daudio_device_alsa_linux.h248 Display* _XDisplay; variable
Daudio_device_pulse_linux.h371 Display* _XDisplay; variable