Searched defs:DFB_SYM (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_dyn.c | 32 #define DFB_SYM(ret, name, args, al, func) ret (*name) args; macro 42 #define DFB_SYM(ret, name, args, al, func) ret name args { func SDL_DirectFB_Symbols.name al ; } macro 57 #define DFB_SYM(ret, name, args, al, func) if (!(SDL_DirectFB_Symbols.name = SDL_LoadFunction(handl… in SDL_DirectFB_LoadLibrary() macro
|
Completed in 3 milliseconds