Searched refs:create_window (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/libva/test/common/ |
D | va_display_android.cpp | 51 static int create_window(int x, int y, int width, int height) in create_window() function 88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height); in va_put_surface_android()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_android.cpp | 47 static int create_window(void *win_display, int x, int y, int width, int height); 63 static int create_window(void *win_display, int x, int y, int width, int height) in create_window() function
|
D | putsurface_x11.c | 35 static int create_window(void *win_display, int x, int y, int width, int height); 71 static int create_window(void *win_display, int x, int y, int width, int height) in create_window() function
|
D | putsurface_wayland.c | 37 static int create_window(void *win_display, 244 create_window(void *win_display, int x, int y, int width, int height) in create_window() function
|
D | putsurface_common.c | 629 create_window(win_display, win_x, win_y, win_width, win_height); in main()
|