Home
last modified time | relevance | path

Searched refs:eglFunctionsEnd (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1526 static const Function *const eglFunctionsEnd = eglFunctions + numFunctions; in GetProcAddress() local
1533 …const Function *result = std::lower_bound(eglFunctions, eglFunctionsEnd, needle, CompareFunctor()); in GetProcAddress()
1534 if (result != eglFunctionsEnd && strcmp(procname, result->name) == 0) in GetProcAddress()