Lines Matching defs:proc
45 PROC proc = NULL;49 proc = wglGetProcAddress(symbol);50 if (proc == NULL) {54 (*cache) = proc;59 proc = 0;63 proc = (*cache);66 return proc;71 __stdcall proctype proc = (proctype)glWinResolveHelper(&cache, symbol); \72 if (proc == NULL) { \78 #define RESOLVED_PROC(proctype) proc