NDK EGL: Updates to android-9

Change-Id: I1d1784c78b1e00b24403cd6342f411d02e669062
This commit is contained in:
Pablo Ceballos
2016-03-29 17:13:05 -07:00
parent a279b12905
commit b28db537de
4 changed files with 1 additions and 12 deletions

View File

@@ -28,7 +28,6 @@ eglQueryString
eglQuerySurface
eglReleaseTexImage
eglReleaseThread
eglSetSwapRectangleANDROID
eglSurfaceAttrib
eglSwapBuffers
eglSwapInterval

View File

@@ -28,7 +28,6 @@ eglQueryString
eglQuerySurface
eglReleaseTexImage
eglReleaseThread
eglSetSwapRectangleANDROID
eglSurfaceAttrib
eglSwapBuffers
eglSwapInterval

View File

@@ -28,7 +28,6 @@ eglQueryString
eglQuerySurface
eglReleaseTexImage
eglReleaseThread
eglSetSwapRectangleANDROID
eglSurfaceAttrib
eglSwapBuffers
eglSwapInterval

View File

@@ -28,7 +28,7 @@ extern "C" {
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
#include <EGL/egl.h>
#include <EGL/eglplatform.h>
/*************************************************************/
@@ -229,14 +229,6 @@ struct ANativeWindowBuffer;
#define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */
#endif
#ifndef EGL_ANDROID_swap_rectangle
#define EGL_ANDROID_swap_rectangle 1
#ifdef EGL_EGLEXT_PROTOTYPES
EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
#endif /* EGL_EGLEXT_PROTOTYPES */
typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
#endif
#ifndef EGL_ANDROID_recordable
#define EGL_ANDROID_recordable 1
#define EGL_RECORDABLE_ANDROID 0x3142 /* EGLConfig attribute */