Searched refs:ProcEntry (Results 1 – 6 of 6) sorted by relevance
19 using ProcEntry = std::pair<const char *, __eglMustCastToProperFunctionPointerType>; variable21 extern const ProcEntry g_procTable[];
27 bool CompareProc(const ProcEntry &a, const char *b) in CompareProc()418 const ProcEntry *entry = in GetProcAddress()
29 const ProcEntry g_procTable[] = {
31 using ProcEntry = std::pair<const char *, PROC>; variable33 extern const wgl::ProcEntry g_procTable[];
32 bool CompareProc(const ProcEntry &a, const char *b) in CompareProc()230 const ProcEntry *entry = in wglGetProcAddress()
25 const ProcEntry g_procTable[] = {