Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp1463 static const Function eglFunctions[] = in GetProcAddress() local
1525 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()