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

Commit 44f7bbe6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose EGL_ANDROID_native_fence_sync." into oc-dev

parents de47fabe 55901a20
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"))