Add support for eglFrontBufferSetSEC 30/72030/1
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 30 May 2016 08:54:13 +0000 (17:54 +0900)
committerMun, Gwan-gyeong <kk.moon@samsung.com>
Mon, 30 May 2016 08:54:13 +0000 (17:54 +0900)
Change-Id: I911384d5da893412d52b0053d9cf562f4d7bb715

include_KHR/EGL/eglext.h

index 2f7bc71..0c33cda 100644 (file)
@@ -445,6 +445,14 @@ EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageKHR (EGLDisplay dpy, EGLSu
 #endif
 #endif /* EGL_KHR_swap_buffers_with_damage */
 
+#ifndef EGL_SEC_frontbuffer_set
+#define EGL_SEC_frontbuffer_set 1
+typedef EGLBoolean (EGLAPIENTRYP PFEGLFRONTBUFFERSETSECPROC) (EGLDisplay dpy, EGLSurface surface, EGLBoolean set);
+#ifdef EGL_EGLEXT_PROTOTYPES
+EGLAPI EGLBoolean EGLAPIENTRY eglFrontBufferSetSEC (EGLDisplay dpy, EGLSurface surface, EGLBoolean set);
+#endif
+#endif /* EGL_SEC_frontbuffer_set */
+
 #ifndef EGL_KHR_vg_parent_image
 #define EGL_KHR_vg_parent_image 1
 #define EGL_VG_PARENT_IMAGE_KHR           0x30BA