Searched refs:eglFunctionsEnd (Results 1 – 1 of 1) sorted by relevance
1526 static const Function *const eglFunctionsEnd = eglFunctions + numFunctions; in GetProcAddress() local1533 …const Function *result = std::lower_bound(eglFunctions, eglFunctionsEnd, needle, CompareFunctor()); in GetProcAddress()1534 if (result != eglFunctionsEnd && strcmp(procname, result->name) == 0) in GetProcAddress()