]> git.cworth.org Git - fips/blobdiff - eglwrap.c
Sort the output and print the percentage.
[fips] / eglwrap.c
index 43b07babcf049a113a6729a1e41086e41b33a431..198b4f0b57072dc43e4de2a07901691c77da4c3d 100644 (file)
--- a/eglwrap.c
+++ b/eglwrap.c
 } while (0);
 
 
+/* Note: We only need to perform a lookup in libEGL.so.1, (not
+ * libGLESv2.so.2). This is because the functions we wrap, (currently
+ * eglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only
+ * in libEGL.so.1.
+ */
 static void *
 eglwrap_lookup (char *name)
 {