Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77e61f2 authored by Craig Donner's avatar Craig Donner Committed by android-build-merger
Browse files

Merge "Expose EGL_ANDROID_native_fence_sync." into oc-dev am: 44f7bbe6

am: ef584235

Change-Id: I7b631f0140c01cbfc6269c5fe5c6c100b309c599
parents d2f03afc ef584235
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -223,6 +223,10 @@ static const extention_map_t sExtensionMap[] = {
            (__eglMustCastToProperFunctionPointerType)&eglGetFrameTimestampsANDROID },
    { "eglGetFrameTimestampSupportedANDROID",
            (__eglMustCastToProperFunctionPointerType)&eglGetFrameTimestampSupportedANDROID },

    // EGL_ANDROID_native_fence_sync
    { "eglDupNativeFenceFDANDROID",
            (__eglMustCastToProperFunctionPointerType)&eglDupNativeFenceFDANDROID },
};

/*
@@ -232,8 +236,7 @@ static const extention_map_t sExtensionMap[] = {
#define FILTER_EXTENSIONS(procname) \
        (!strcmp((procname), "eglSetBlobCacheFuncsANDROID") ||    \
         !strcmp((procname), "eglHibernateProcessIMG")      ||    \
         !strcmp((procname), "eglAwakenProcessIMG")         ||    \
         !strcmp((procname), "eglDupNativeFenceFDANDROID"))
         !strcmp((procname), "eglAwakenProcessIMG"))