Searched refs:eglFunctions (Results 1 – 1 of 1) sorted by relevance
1463 static const Function eglFunctions[] = in GetProcAddress() local1525 static const size_t numFunctions = sizeof eglFunctions / sizeof(Function); in GetProcAddress()1526 static const Function *const eglFunctionsEnd = eglFunctions + numFunctions; in GetProcAddress()1533 …const Function *result = std::lower_bound(eglFunctions, eglFunctionsEnd, needle, CompareFunctor()); in GetProcAddress()