HomeSort by relevance Sort by last modified time
    Searched defs:x_display (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Main/
FrameBufferX11.hpp 42 Display *x_display; member in class:sw::FrameBufferX11
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_capture_options.h 36 // also initializes X window connection. x_display() will be set to null if
41 SharedXDisplay* x_display() const { return x_display_; } function in class:webrtc::DesktopCaptureOptions
42 void set_x_display(rtc::scoped_refptr<SharedXDisplay> x_display) {
43 x_display_ = x_display;
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 41 static Display *x_display; variable
559 XDestroyWindow(x_display, win);
560 XCloseDisplay(x_display);
579 x_display = XOpenDisplay(NULL);
580 if (x_display == NULL) {
585 root = DefaultRootWindow(x_display);
593 /* connection to x server */ x_display,
617 xres = XChangeWindowAttributes(x_display, win, CWOverrideRedirect,
630 atom = XInternAtom(x_display, "_NET_WM_STATE_FULLSCREEN", true);
634 xres = XSetWMHints(x_display, win, &hints)
    [all...]

Completed in 116 milliseconds