On 18 October 2016 at 17:58, Chad Versace <chadversary at chromium.org> wrote: > +#define RETRIEVE_EGL_SYMBOL_OPTIONAL(function) \ > + self->function = dlsym(self->eglHandle, #function); > + Not 100% sure if dlsym should be used here. Need to double-check if exposing the EGL 1.5 isn't "against the rules". -Emil