Searched refs:SDL_WAYLAND_SYM (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandsym.h | 28 #ifndef SDL_WAYLAND_SYM 29 #define SDL_WAYLAND_SYM(rc,fn,params) macro 39 SDL_WAYLAND_SYM(void, wl_proxy_destroy, (struct wl_proxy *)) 44 SDL_WAYLAND_SYM(uint32_t, wl_proxy_get_id, (struct wl_proxy *)) 50 SDL_WAYLAND_SYM(int, wl_display_get_fd, (struct wl_display *)) 56 SDL_WAYLAND_SYM(int, wl_display_flush, (struct wl_display *)) 60 SDL_WAYLAND_SYM(void, wl_list_init, (struct wl_list *)) 62 SDL_WAYLAND_SYM(void, wl_list_remove, (struct wl_list *)) 63 SDL_WAYLAND_SYM(int, wl_list_length, (const struct wl_list *)) 64 SDL_WAYLAND_SYM(int, wl_list_empty, (const struct wl_list *)) [all …]
|
A D | SDL_waylanddyn.c | 88 #define SDL_WAYLAND_SYM(rc,fn,params) SDL_DYNWAYLANDFN_##fn WAYLAND_##fn = NULL; macro 106 #define SDL_WAYLAND_SYM(rc,fn,params) WAYLAND_##fn = NULL; in SDL_WAYLAND_UnloadSymbols() macro 144 #define SDL_WAYLAND_SYM(rc,fn,params) WAYLAND_##fn = (SDL_DYNWAYLANDFN_##fn) WAYLAND_GetSym(#fn,thi… in SDL_WAYLAND_LoadSymbols() macro 160 #define SDL_WAYLAND_SYM(rc,fn,params) WAYLAND_##fn = fn; in SDL_WAYLAND_LoadSymbols()
|
A D | SDL_waylanddyn.h | 51 #define SDL_WAYLAND_SYM(rc,fn,params) \ macro
|
Completed in 4 milliseconds