opengl: fix EGL DMA buf modifier checks
-
Add missing EGL_ prefixes. This only worked by accident because epoxy only does a strstr() check, so it finds the substring.
-
Check explicitly for modifier support when adding modifiers.
The check for INVALID was actually unnecessary.