Searched refs:mainFunc (Results 1 – 2 of 2) sorted by relevance
145 _EGLMain_t mainFunc = NULL; in _eglOpenLibrary() local156 mainFunc = (_EGLMain_t) GetProcAddress(lib, "_eglMain"); in _eglOpenLibrary()165 mainFunc = tmp.func; in _eglOpenLibrary()166 if (!mainFunc) in _eglOpenLibrary()180 if (!mainFunc) { in _eglOpenLibrary()189 return mainFunc; in _eglOpenLibrary()199 _EGLMain_t mainFunc; in _eglLoadModule() local208 mainFunc = mod->BuiltIn; in _eglLoadModule()211 mainFunc = _eglOpenLibrary(mod->Path, &lib); in _eglLoadModule()212 if (!mainFunc) in _eglLoadModule()[all …]