summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.c b/common.c
index f3443ac..4bf3c5a 100644
--- a/common.c
+++ b/common.c
@@ -77,6 +77,10 @@ int init_egl(struct egl *egl, const struct gbm *gbm)
get_proc(eglCreateImageKHR);
get_proc(eglDestroyImageKHR);
get_proc(glEGLImageTargetTexture2DOES);
+ get_proc(eglCreateSyncKHR);
+ get_proc(eglDestroySyncKHR);
+ get_proc(eglWaitSyncKHR);
+ get_proc(eglDupNativeFenceFDANDROID);
if (egl->eglGetPlatformDisplayEXT) {
egl->display = egl->eglGetPlatformDisplayEXT(EGL_PLATFORM_GBM_KHR,