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

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

Issue 2443703002: Remove old tokens for DMA-BUF import modifiers. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 #define EGL_SAMPLE_RANGE_HINT_EXT 0x327C 569 #define EGL_SAMPLE_RANGE_HINT_EXT 0x327C
570 #define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D 570 #define EGL_YUV_CHROMA_HORIZONTAL_SITING_HINT_EXT 0x327D
571 #define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E 571 #define EGL_YUV_CHROMA_VERTICAL_SITING_HINT_EXT 0x327E
572 #define EGL_ITU_REC601_EXT 0x327F 572 #define EGL_ITU_REC601_EXT 0x327F
573 #define EGL_ITU_REC709_EXT 0x3280 573 #define EGL_ITU_REC709_EXT 0x3280
574 #define EGL_ITU_REC2020_EXT 0x3281 574 #define EGL_ITU_REC2020_EXT 0x3281
575 #define EGL_YUV_FULL_RANGE_EXT 0x3282 575 #define EGL_YUV_FULL_RANGE_EXT 0x3282
576 #define EGL_YUV_NARROW_RANGE_EXT 0x3283 576 #define EGL_YUV_NARROW_RANGE_EXT 0x3283
577 #define EGL_YUV_CHROMA_SITING_0_EXT 0x3284 577 #define EGL_YUV_CHROMA_SITING_0_EXT 0x3284
578 #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285 578 #define EGL_YUV_CHROMA_SITING_0_5_EXT 0x3285
579 // TODO(hshi): remove the old EGL_LINUX_DRM_PLANE*_MODIFIERS* tokens
580 // after chrome uprevs and corresponding driver updates are complete
581 #define EGL_LINUX_DRM_PLANE0_MODIFIER0_EXT 0x3286
582 #define EGL_LINUX_DRM_PLANE0_MODIFIER1_EXT 0x3287
583 #define EGL_LINUX_DRM_PLANE1_MODIFIER0_EXT 0x3288
584 #define EGL_LINUX_DRM_PLANE1_MODIFIER1_EXT 0x3289
585 #define EGL_LINUX_DRM_PLANE2_MODIFIER0_EXT 0x328a
586 #define EGL_LINUX_DRM_PLANE2_MODIFIER1_EXT 0x328b
587 #endif 579 #endif
588 580
589 #ifndef EGL_EXT_image_dma_buf_import_modifiers 581 #ifndef EGL_EXT_image_dma_buf_import_modifiers
Ken Russell (switch to Gerrit) 2016/10/21 22:25:40 Same comment as earlier about upstreaming these to
590 #define EGL_EXT_image_dma_buf_import_modifiers 582 #define EGL_EXT_image_dma_buf_import_modifiers
591 #define EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT 0x3443 583 #define EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT 0x3443
592 #define EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT 0x3444 584 #define EGL_DMA_BUF_PLANE0_MODIFIER_HI_EXT 0x3444
593 #define EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT 0x3445 585 #define EGL_DMA_BUF_PLANE1_MODIFIER_LO_EXT 0x3445
594 #define EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT 0x3446 586 #define EGL_DMA_BUF_PLANE1_MODIFIER_HI_EXT 0x3446
595 #define EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT 0x3447 587 #define EGL_DMA_BUF_PLANE2_MODIFIER_LO_EXT 0x3447
596 #define EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT 0x3448 588 #define EGL_DMA_BUF_PLANE2_MODIFIER_HI_EXT 0x3448
597 #define EGL_DMA_BUF_PLANE3_FD_EXT 0x3440 589 #define EGL_DMA_BUF_PLANE3_FD_EXT 0x3440
598 #define EGL_DMA_BUF_PLANE3_OFFSET_EXT 0x3441 590 #define EGL_DMA_BUF_PLANE3_OFFSET_EXT 0x3441
599 #define EGL_DMA_BUF_PLANE3_PITCH_EXT 0x3442 591 #define EGL_DMA_BUF_PLANE3_PITCH_EXT 0x3442
(...skipping 19 matching lines...) Expand all
619 EGLImageKHR image, 611 EGLImageKHR image,
620 const EGLint* attrib_list); 612 const EGLint* attrib_list);
621 #endif 613 #endif
622 #endif 614 #endif
623 615
624 #ifdef __cplusplus 616 #ifdef __cplusplus
625 } 617 }
626 #endif 618 #endif
627 619
628 #endif /* __eglext_h_ */ 620 #endif /* __eglext_h_ */
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/gl/gl_image_ozone_native_pixmap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698