egl: add EGL_IMG_context_priority to the whitelist

In the CCD 7.0 document EGL_IMG_context_priority was added as an
mandatory egl extension devices must support. However, right now the
extension string is not returned to applications even if the graphics
driver supports it.

Fix this by adding the extension to the whitelist.

Test: check for the extension string returned by eglQueryString

Change-Id: I7833a4e1782e12d845207b234431e10e09c085dc
Signed-off-by: Christian Poetzsch <christian.potzsch@imgtec.com>
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp
index 0c4b9e9..ed58cdc 100644
--- a/opengl/libs/EGL/eglApi.cpp
+++ b/opengl/libs/EGL/eglApi.cpp
@@ -118,6 +118,7 @@
         "EGL_KHR_mutable_render_buffer "
         "EGL_EXT_yuv_surface "
         "EGL_EXT_protected_content "
+        "EGL_IMG_context_priority "
         ;
 
 // extensions not exposed to applications but used by the ANDROID system