| Index: third_party/khronos/EGL/eglext.h
|
| diff --git a/third_party/khronos/EGL/eglext.h b/third_party/khronos/EGL/eglext.h
|
| index 3b26a7987461fda92a5d691cce35b0c618604e8a..0acc280356058dfa4d761a4118a714967f0ea6bd 100644
|
| --- a/third_party/khronos/EGL/eglext.h
|
| +++ b/third_party/khronos/EGL/eglext.h
|
| @@ -563,6 +563,11 @@ typedef EGLint (EGLAPIENTRYP PFNEGLDUPNATIVEFENCEFDANDROIDPROC)(EGLDisplay dpy,
|
| #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285
|
| #endif
|
|
|
| +#ifndef EGL_ARM_implicit_external_sync
|
| +#define EGL_ARM_implicit_external_sync 1
|
| +#define EGL_SYNC_PRIOR_COMMANDS_IMPLICIT_EXTERNAL_ARM 0x328A
|
| +#endif /* EGL_ARM_implicit_external_sync */
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|