Searched refs:pixman_renderer_output_create (Results 1 – 8 of 8) sorted by relevance
/third_party/weston/libweston/ |
D | pixman-renderer.h | 44 pixman_renderer_output_create(struct weston_output *output,
|
D | pixman-renderer.c | 939 pixman_renderer_output_create(struct weston_output *output, in pixman_renderer_output_create() function
|
/third_party/weston/libweston/backend-headless/ |
D | headless.c | 232 if (pixman_renderer_output_create(&output->base, &options) < 0) in headless_output_enable_pixman()
|
/third_party/weston/libweston/backend-rdp/ |
D | rdp.c | 496 pixman_renderer_output_create(output, &options); in rdp_switch_mode() 586 if (pixman_renderer_output_create(&output->base, &options) < 0) { in rdp_output_enable()
|
/third_party/weston/libweston/backend-fbdev/ |
D | fbdev.c | 552 if (pixman_renderer_output_create(&output->base, &options) < 0) in fbdev_output_enable()
|
/third_party/weston/libweston/backend-x11/ |
D | x11.c | 852 if (pixman_renderer_output_create(&output->base, &options) < 0) { in x11_output_switch_mode() 1028 if (pixman_renderer_output_create(&output->base, &options) < 0) { in x11_output_enable()
|
/third_party/weston/libweston/backend-drm/ |
D | drm.c | 1273 if (pixman_renderer_output_create(&output->base, &options) < 0) in drm_output_init_pixman()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 805 return pixman_renderer_output_create(&output->base, &options); in wayland_output_init_pixman_renderer()
|