Searched defs:win_display (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_x11.c | 47 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()
|
D | putsurface_android.cpp | 58 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()
|
D | putsurface_wayland.c | 222 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()
|
D | putsurface_common.c | 61 static void *win_display; variable
|