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

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

Issue 2039813002: Add format modifier IDs for EGL_EXT_image_dma_buf_import extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add format modifier IDs for EGL_EXT_image_dma_buf_import extension Created 4 years, 5 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 | « media/gpu/video_decode_accelerator_unittest.cc ('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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 #define EGL_SAMPLE_RANGE_HINT_EXT 0x327C 554 #define EGL_SAMPLE_RANGE_HINT_EXT 0x327C
555 #define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D 555 #define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D
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 #define EGL_LINUX_DRM_PLANE0_MODIFIER0_EXT 0x3286
565 #define EGL_LINUX_DRM_PLANE0_MODIFIER1_EXT 0x3287
566 #define EGL_LINUX_DRM_PLANE1_MODIFIER0_EXT 0x3288
567 #define EGL_LINUX_DRM_PLANE1_MODIFIER1_EXT 0x3289
568 #define EGL_LINUX_DRM_PLANE2_MODIFIER0_EXT 0x328a
569 #define EGL_LINUX_DRM_PLANE2_MODIFIER1_EXT 0x328b
564 #endif 570 #endif
565 571
566 #ifndef EGL_ARM_implicit_external_sync 572 #ifndef EGL_ARM_implicit_external_sync
567 #define EGL_ARM_implicit_external_sync 1 573 #define EGL_ARM_implicit_external_sync 1
568 #define EGL_SYNC_PRIOR_COMMANDS_IMPLICIT_EXTERNAL_ARM 0x328A 574 #define EGL_SYNC_PRIOR_COMMANDS_IMPLICIT_EXTERNAL_ARM 0x328A
569 #endif /* EGL_ARM_implicit_external_sync */ 575 #endif /* EGL_ARM_implicit_external_sync */
570 576
571 #ifdef __cplusplus 577 #ifdef __cplusplus
572 } 578 }
573 #endif 579 #endif
574 580
575 #endif /* __eglext_h_ */ 581 #endif /* __eglext_h_ */
OLDNEW
« no previous file with comments | « media/gpu/video_decode_accelerator_unittest.cc ('k') | third_party/khronos/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698