HomeSort by relevance Sort by last modified time
    Searched refs:win_display (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libva/test/putsurface/
putsurface_x11.c 34 static void close_display(void *win_display);
35 static int create_window(void *win_display, int x, int y, int width, int height);
47 static void close_display(void *win_display)
49 XCloseDisplay(win_display);
52 static Pixmap create_pixmap(void *win_display, int width, int height)
54 Display *x11_display = (Display *)win_display;
71 static int create_window(void *win_display, int x, int y, int width, int height)
73 Display *x11_display = (Display *)win_display;
135 static int check_window_event(void *win_display, void *drawable, int *width, int *height, int *quit)
140 Display *x11_display = (Display *)win_display;
    [all...]
putsurface_android.cpp 46 static void close_display(void *win_display);
47 static int create_window(void *win_display, int x, int y, int width, int height);
58 static void close_display(void *win_display)
63 static int create_window(void *win_display, int x, int y, int width, int height)
119 int check_window_event(void *win_display, void *drawble, int *width, int *height, int *quit)
putsurface_wayland.c 36 static void close_display(void *win_display);
37 static int create_window(void *win_display,
39 static int check_window_event(void *win_display, void *drawable,
222 close_display(void *win_display)
224 struct display * const d = wl_display_get_user_data(win_display);
244 create_window(void *win_display, int x, int y, int width, int height)
246 struct wl_display * const display = win_display;
284 void *win_display,
291 struct wl_display * const display = win_display;
putsurface_common.c 61 static void *win_display; variable
493 check_window_event(win_display, drawable, &width, &height, &quit);
624 win_display = (void *)open_display();
625 if (win_display == NULL) {
629 create_window(win_display, win_x, win_y, win_width, win_height);
631 va_dpy = vaGetDisplay(win_display);
684 close_display(win_display);
  /external/libvncserver/libvncclient/
h264.c 204 Display *win_display = (Display *)XOpenDisplay(":0.0"); local
205 if (win_display == NULL) {
211 va_dpy = vaGetDisplay(win_display);

Completed in 72 milliseconds