Home
last modified time | relevance | path

Searched refs:proctype (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dglthunk.c69 #define RESOLVE_RET(proctype, symbol, retval) \ argument
71 __stdcall proctype proc = (proctype)glWinResolveHelper(&cache, symbol); \
76 #define RESOLVE(proctype, symbol) RESOLVE_RET(proctype, symbol,) argument
78 #define RESOLVED_PROC(proctype) proc argument
H A Dglshim.c101 #define RESOLVE_RET(proctype, symbol, retval) \ argument
102 proctype proc = (proctype)glXGetProcAddressARB(symbol); \
105 #define RESOLVE(proctype, symbol) RESOLVE_RET(proctype, symbol,) argument