Searched refs:NameProc (Results 1 – 1 of 1) sorted by relevance
27 struct NameProc { struct33 const NameProc* begin, in Lookup()34 const NameProc* end) { in Lookup()37 [](const NameProc& e, const char* n) { return strcmp(e.name, n) < 0; }); in Lookup()44 PFN_vkVoidFunction Lookup(const char* name, const NameProc (&procs)[N]) { in Lookup()48 const NameProc kGlobalProcs[] = {57 const NameProc kInstanceProcs[] = {