Commit 607a4393e7489ed1da9808f117ecde6cb637accc
- Diff rendering mode:
- inline
- side by side
src/egl/main/eglapi.c
(4 / 0)
|   | |||
| 658 | 658 | } | |
| 659 | 659 | } | |
| 660 | 660 | ||
| 661 | /* preload a driver if there isn't one */ | ||
| 662 | if (!_eglGlobal.NumDrivers) | ||
| 663 | _eglPreloadDriver(NULL); | ||
| 664 | |||
| 661 | 665 | /* now loop over drivers to query their procs */ | |
| 662 | 666 | for (i = 0; i < _eglGlobal.NumDrivers; i++) { | |
| 663 | 667 | _EGLProc p = _eglGlobal.Drivers[i]->API.GetProcAddress(procname); |

