• Home
  • Raw
  • Download

Lines Matching full:client

31 #include "linux-explicit-synchronization-unstable-v1-client-protocol.h"
32 #include "weston-test-client-helper.h"
53 get_linux_explicit_synchronization(struct client *client) in get_linux_explicit_synchronization() argument
59 wl_list_for_each(g, &client->global_list, link) { in get_linux_explicit_synchronization()
74 client->wl_registry, global_sync->name, in get_linux_explicit_synchronization()
81 static struct client *
84 struct client *cl = create_client_and_test_surface(0, 0, 100, 100); in create_test_client()
91 struct client *client = create_test_client(); in TEST() local
93 get_linux_explicit_synchronization(client); in TEST()
99 sync, client->surface->wl_surface); in TEST()
100 client_roundtrip(client); in TEST()
105 sync, client->surface->wl_surface); in TEST()
107 client, in TEST()
118 struct client *client = create_test_client(); in TEST() local
120 get_linux_explicit_synchronization(client); in TEST()
123 sync, client->surface->wl_surface); in TEST()
131 client, in TEST()
143 struct client *client = create_test_client(); in TEST() local
145 get_linux_explicit_synchronization(client); in TEST()
148 sync, client->surface->wl_surface); in TEST()
153 wl_surface_destroy(client->surface->wl_surface); in TEST()
157 client, in TEST()
169 struct client *client = create_test_client(); in TEST() local
171 get_linux_explicit_synchronization(client); in TEST()
174 sync, client->surface->wl_surface); in TEST()
180 client_roundtrip(client); in TEST()
186 client, in TEST()
198 struct client *client = create_test_client(); in TEST() local
200 get_linux_explicit_synchronization(client); in TEST()
203 sync, client->surface->wl_surface); in TEST()
204 struct wl_surface *surface = client->surface->wl_surface; in TEST()
211 client, in TEST()
222 struct client *client = create_test_client(); in TEST() local
224 get_linux_explicit_synchronization(client); in TEST()
227 sync, client->surface->wl_surface); in TEST()
230 wl_surface_destroy(client->surface->wl_surface); in TEST()
234 client, in TEST()
245 struct client *client = create_test_client(); in TEST() local
247 get_linux_explicit_synchronization(client); in TEST()
248 struct wl_surface *surface = client->surface->wl_surface; in TEST()
252 struct buffer *buf1 = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
258 client_roundtrip(client); in TEST()
265 client_roundtrip(client); in TEST()
305 struct client *client = create_test_client(); in TEST() local
307 get_linux_explicit_synchronization(client); in TEST()
310 sync, client->surface->wl_surface); in TEST()
311 struct buffer *buf1 = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
312 struct buffer *buf2 = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
313 struct wl_surface *surface = client->surface->wl_surface; in TEST()
328 frame_callback_wait(client, &frame); in TEST()
341 frame_callback_wait(client, &frame); in TEST()
350 frame_callback_wait(client, &frame); in TEST()
366 struct client *client = create_test_client(); in TEST() local
368 get_linux_explicit_synchronization(client); in TEST()
371 sync, client->surface->wl_surface); in TEST()
372 struct buffer *buf = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
373 struct wl_surface *surface = client->surface->wl_surface; in TEST()
388 frame_callback_wait(client, &frame); in TEST()
401 frame_callback_wait(client, &frame); in TEST()
410 frame_callback_wait(client, &frame); in TEST()
425 struct client *client = create_test_client(); in TEST() local
426 struct surface *other_surface = create_test_surface(client); in TEST()
427 struct wl_surface *surface1 = client->surface->wl_surface; in TEST()
430 get_linux_explicit_synchronization(client); in TEST()
437 struct buffer *buf1 = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
438 struct buffer *buf2 = create_shm_buffer_a8r8g8b8(client, 100, 100); in TEST()
445 weston_test_move_surface(client->test->weston_test, surface2, 0, 0); in TEST()
456 frame_callback_wait(client, &frame); in TEST()
466 frame_callback_wait(client, &frame); in TEST()
476 frame_callback_wait(client, &frame); in TEST()
486 frame_callback_wait(client, &frame); in TEST()