Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: third_party/khronos/EGL/eglext.h

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-utf-private.hh ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __eglext_h_ 1 #ifndef __eglext_h_
2 #define __eglext_h_ 2 #define __eglext_h_
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
8 /* 8 /*
9 ** Copyright (c) 2007-2013 The Khronos Group Inc. 9 ** Copyright (c) 2007-2013 The Khronos Group Inc.
10 ** 10 **
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 #define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E 556 #define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E
557 #define EGL_ITU_REC601_EXT 0x327F 557 #define EGL_ITU_REC601_EXT 0x327F
558 #define EGL_ITU_REC709_EXT 0x3280 558 #define EGL_ITU_REC709_EXT 0x3280
559 #define EGL_ITU_REC2020_EXT 0x3281 559 #define EGL_ITU_REC2020_EXT 0x3281
560 #define EGL_YUV_FULL_RANGE_EXT 0x3282 560 #define EGL_YUV_FULL_RANGE_EXT 0x3282
561 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 561 #define EGL_YUV_NARROW_RANGE_EXT 0x3283
562 #define EGL_YUV_CHROMA_SITING_0_EXT 0x3284 562 #define EGL_YUV_CHROMA_SITING_0_EXT 0x3284
563 #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285 563 #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285
564 #endif 564 #endif
565 565
566 #ifndef EGL_ARM_implicit_external_sync
567 #define EGL_ARM_implicit_external_sync 1
568 #define EGL_SYNC_PRIOR_COMMANDS_IMPLICIT_EXTERNAL_ARM 0x328A
569 #endif /* EGL_ARM_implicit_external_sync */
570
566 #ifdef __cplusplus 571 #ifdef __cplusplus
567 } 572 }
568 #endif 573 #endif
569 574
570 #endif /* __eglext_h_ */ 575 #endif /* __eglext_h_ */
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/src/hb-utf-private.hh ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698