Home
last modified time | relevance | path

Searched defs:SDL_WAYLAND_INTERFACE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylanddyn.c89 #define SDL_WAYLAND_INTERFACE(iface) const struct wl_interface *WAYLAND_##iface = NULL; macro
107 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = NULL; in SDL_WAYLAND_UnloadSymbols() macro
145 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = (struct wl_interface *) WAYLAND_GetSym(#ifac… in SDL_WAYLAND_LoadSymbols() macro
A DSDL_waylandsym.h33 #define SDL_WAYLAND_INTERFACE(iface) macro
A DSDL_waylanddyn.h54 #define SDL_WAYLAND_INTERFACE(iface) extern const struct wl_interface *WAYLAND_##iface; macro

Completed in 3 milliseconds