]> git.cworth.org Git - fips/commitdiff
EGL: Add wrapper for eglGetProcAddress
authorCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:44:47 +0000 (15:44 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 24 Jun 2013 22:44:47 +0000 (15:44 -0700)
If an EGL-using program uses eglGetProcAddress to locate functions, we
want to intercept that to return our own versions of the functions,
(to add out metrics timings, etc.).

If the requested function is not implemented in our library, just
defer to the real, underlying eglGetProcAddress function to find the
symbol.


No differences found