Searched refs:_funcName (Results 1 – 1 of 1) sorted by relevance
311 #define SWR_FUNC(_retType, _funcName, /* args */...) \ argument312 typedef _retType(SWR_API* PFN##_funcName)(__VA_ARGS__); \313 _retType SWR_API _funcName(__VA_ARGS__);