Home
last modified time | relevance | path

Searched defs:win_display (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/putsurface/
Dputsurface_x11.c47 static void close_display(void *win_display) in close_display()
52 static Pixmap create_pixmap(void *win_display, int width, int height) in create_pixmap()
71 static int create_window(void *win_display, int x, int y, int width, int height) in create_window()
135 static int check_window_event(void *win_display, void *drawable, int *width, int *height, int *quit) in check_window_event()
Dputsurface_android.cpp58 static void close_display(void *win_display) in close_display()
63 static int create_window(void *win_display, int x, int y, int width, int height) in create_window()
119 int check_window_event(void *win_display, void *drawble, int *width, int *height, int *quit) in check_window_event()
Dputsurface_wayland.c222 close_display(void *win_display) in close_display()
244 create_window(void *win_display, int x, int y, int width, int height) in create_window()
284 void *win_display, in check_window_event()
Dputsurface_common.c61 static void *win_display; variable