| OLD | NEW |
| 1 Name | 1 Name |
| 2 | 2 |
| 3 CHROMIUM_yuv_420_image | 3 CHROMIUM_ycbcr_422_image |
| 4 | 4 |
| 5 Name Strings | 5 Name Strings |
| 6 | 6 |
| 7 GL_CHROMIUM_yuv_420_image | 7 GL_CHROMIUM_ycbcr_422_image |
| 8 | 8 |
| 9 Version | 9 Version |
| 10 | 10 |
| 11 Last Modifed Date: April 10, 2015 | 11 Last Modifed Date: August 26, 2015 |
| 12 | 12 |
| 13 Dependencies | 13 Dependencies |
| 14 | 14 |
| 15 OpenGL ES 2.0 is required. | 15 OpenGL ES 2.0 is required. |
| 16 | 16 |
| 17 GL_CHROMIUM_image is required. | 17 GL_CHROMIUM_image is required. |
| 18 | 18 |
| 19 Overview | 19 Overview |
| 20 | 20 |
| 21 This extension provides a new internal image format to use when creating an | 21 This extension provides a new internal image format to use when creating an |
| 22 image from underlying I420 buffers with YUV components. | 22 image from underlying '2vuy' buffers. |
| 23 | 23 |
| 24 This extension is useful in conjunction with CreateImageCHROMIUM and | 24 This extension is useful in conjunction with CreateImageCHROMIUM and |
| 25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer | 25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer |
| 26 backing the image. | 26 backing the image. |
| 27 | 27 |
| 28 New Procedures and Functions | 28 New Procedures and Functions |
| 29 | 29 |
| 30 None. | 30 None. |
| 31 | 31 |
| 32 Errors | 32 Errors |
| 33 | 33 |
| 34 None. | 34 None. |
| 35 | 35 |
| 36 New Tokens | 36 New Tokens |
| 37 | 37 |
| 38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and | 38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and |
| 39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM: | 39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM: |
| 40 GL_RGB_YUV_420_CHROMIUM 0x78FA | 40 GL_RGB_YCBCR_422_CHROMIUM 0x78FB |
| 41 | 41 |
| 42 New State | 42 New State |
| 43 | 43 |
| 44 None. | 44 None. |
| 45 | 45 |
| 46 Revision History | 46 Revision History |
| 47 | 47 |
| 48 4/10/2015 Documented the extension | 48 8/26/2015 Documented the extension |
| OLD | NEW |