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

Commit 2337cfb4 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter Committed by Android (Google) Code Review
Browse files

Merge "NDK updates for EGL 1.5"

parents b80e39bc 73115c9f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -3,23 +3,30 @@ LIBEGL {
    eglBindAPI;
    eglBindTexImage;
    eglChooseConfig;
    eglClientWaitSync; # introduced=29
    eglClientWaitSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21
    eglCopyBuffers;
    eglCreateContext;
    eglCreateImage; # introduced=29
    eglCreateImageKHR;
    eglCreateNativeClientBufferANDROID; # introduced=24
    eglCreatePbufferFromClientBuffer;
    eglCreatePbufferSurface;
    eglCreatePixmapSurface;
    eglCreatePlatformPixmapSurface; # introduced=29
    eglCreatePlatformWindowSurface; # introduced=29
    eglCreateStreamFromFileDescriptorKHR; # introduced=23
    eglCreateStreamKHR; # introduced=23
    eglCreateStreamProducerSurfaceKHR; # introduced=23
    eglCreateSync; # introduced=29
    eglCreateSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21
    eglCreateWindowSurface;
    eglDestroyContext;
    eglDestroyImage; # introduced=29
    eglDestroyImageKHR;
    eglDestroyStreamKHR; # introduced=23
    eglDestroySurface;
    eglDestroySync; # introduced=29
    eglDestroySyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21
    eglDupNativeFenceFDANDROID; # vndk
    eglGetConfigAttrib;
@@ -30,8 +37,10 @@ LIBEGL {
    eglGetDisplay;
    eglGetError;
    eglGetNativeClientBufferANDROID; # introduced=26
    eglGetPlatformDisplay; # introduced=29
    eglGetProcAddress;
    eglGetStreamFileDescriptorKHR; # introduced=23
    eglGetSyncAttrib; # introduced=29
    eglGetSyncAttribKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21
    eglGetSystemTimeFrequencyNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced-mips64=21 introduced-x86=14 introduced-x86_64=21
    eglGetSystemTimeNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced-mips64=21 introduced-x86=14 introduced-x86_64=21
@@ -64,6 +73,7 @@ LIBEGL {
    eglWaitClient;
    eglWaitGL;
    eglWaitNative;
    eglWaitSync; # introduced=29
    eglWaitSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 introduced-x86=18 introduced-x86_64=21
  local:
    *;