Home
last modified time | relevance | path

Searched refs:_XDisplay (Results 1 – 9 of 9) 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/angle/src/tests/egl_tests/
DEGLX11VisualTest.cpp80 EGL_PLATFORM_ANGLE_ANGLE, reinterpret_cast<_XDisplay *>(EGL_DEFAULT_DISPLAY), in TEST_P()
106 EGL_PLATFORM_ANGLE_ANGLE, reinterpret_cast<_XDisplay *>(EGL_DEFAULT_DISPLAY), in TEST_P()
184 EGL_PLATFORM_ANGLE_ANGLE, reinterpret_cast<_XDisplay *>(EGL_DEFAULT_DISPLAY), in TEST_P()
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc159 _XDisplay = XOpenDisplay(NULL); in Init()
160 if (!_XDisplay) { in Init()
202 if (_XDisplay) { in Terminate()
203 XCloseDisplay(_XDisplay); in Terminate()
204 _XDisplay = NULL; in Terminate()
1641 if (!_XDisplay) in KeyPressed()
1645 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
Daudio_device_pulse_linux.cc153 _XDisplay = XOpenDisplay(NULL); in Init()
154 if (!_XDisplay) { in Init()
214 if (_XDisplay) { in Terminate()
215 XCloseDisplay(_XDisplay); in Terminate()
216 _XDisplay = NULL; in Terminate()
2286 if (!_XDisplay) in KeyPressed()
2290 XQueryKeymap(_XDisplay, szKey); in KeyPressed()
Daudio_device_alsa_linux.h195 Display* _XDisplay; variable
Daudio_device_pulse_linux.h343 Display* _XDisplay; variable
/external/webrtc/modules/desktop_capture/linux/
Dshared_x_display.h24 typedef struct _XDisplay Display;
/external/crosvm/gpu_display/src/generated/
Dxlib.rs2009 pub struct _XDisplay { struct
2016 pub display: *mut _XDisplay, argument
2062 arg1: *mut _XDisplay,
2108 pub type Display = _XDisplay;