Searched refs:wl_surface_interface (Results 1 – 5 of 5) sorted by relevance
/external/wayland/tests/data/ |
D | example-code.c | 48 extern const struct wl_interface wl_surface_interface; 62 &wl_surface_interface, 74 &wl_surface_interface, 75 &wl_surface_interface, 81 &wl_surface_interface, 90 &wl_surface_interface, 96 &wl_surface_interface, 105 &wl_surface_interface, 122 &wl_surface_interface, 126 &wl_surface_interface, [all …]
|
D | example-server.h | 558 extern const struct wl_interface wl_surface_interface; 2675 struct wl_surface_interface { struct
|
D | example-client.h | 555 extern const struct wl_interface wl_surface_interface; 1262 WL_COMPOSITOR_CREATE_SURFACE, &wl_surface_interface, NULL); in wl_compositor_create_surface()
|
/external/wayland/tests/ |
D | message-test.c | 41 { &wl_surface_interface.events[WL_SURFACE_ENTER], 1 }, in TEST() 44 { &wl_surface_interface.methods[WL_SURFACE_DESTROY], 1 }, in TEST() 45 { &wl_surface_interface.methods[WL_SURFACE_SET_BUFFER_TRANSFORM], 2 }, in TEST() 46 { &wl_surface_interface.methods[WL_SURFACE_SET_BUFFER_SCALE], 3 }, in TEST()
|
D | queue-test.c | 319 &wl_surface_interface in TEST()
|