renderer-gl: Assert function presence matches extensions
Some extensions (such as EGL_KHR_partial_update) add functions to EGL. When the extension is present, GetProcAddress must return usable function pointers for those entrypoints.
Assert that GetProcAddress returns a non-NULL function pointer in these cases.
Signed-off-by: Daniel Stone daniels@collabora.com