Home
last modified time | relevance | path

Searched refs:x11_window_create (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/overlay/
Doverlay.h95 cairo_surface_t *x11_window_create(struct config *config, int *width, int *height);
97 static inline cairo_surface_t *x11_window_create(struct config *config, int *width, int *height) { … in x11_window_create() function
Doverlay.c908 ctx.surface = x11_window_create(&config, &ctx.width, &ctx.height); in main()
/external/igt-gpu-tools/overlay/x11/
Dx11-window.c109 x11_window_create(struct config *config, int *width, int *height) in x11_window_create() function