Skip to content

Commit

Permalink
NDK EGL: Updates to android-19
Browse files Browse the repository at this point in the history
Change-Id: I8019ea991ce9c5dadbbe2b305e051ce30888a031
  • Loading branch information
pceballosgoogle committed Mar 30, 2016
1 parent c73a7b6 commit d2825aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ndk/platforms/android-19/include/EGL/eglext.h
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,14 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy,
#define EGL_FRAMEBUFFER_TARGET_ANDROID 0x3147
#endif

#ifndef EGL_ANDROID_image_crop
#define EGL_ANDROID_image_crop 1
#define EGL_IMAGE_CROP_LEFT_ANDROID 0x3148
#define EGL_IMAGE_CROP_TOP_ANDROID 0x3149
#define EGL_IMAGE_CROP_RIGHT_ANDROID 0x314A
#define EGL_IMAGE_CROP_BOTTOM_ANDROID 0x314B
#endif

#ifndef EGL_ANDROID_blob_cache
#define EGL_ANDROID_blob_cache 1
typedef khronos_ssize_t EGLsizeiANDROID;
Expand Down

0 comments on commit d2825aa

Please sign in to comment.