| OLD | NEW |
| 1 Name | 1 Name |
| 2 | 2 |
| 3 CHROMIUM_ycbcr_422_image | 3 CHROMIUM_ycbcr_422_image |
| 4 | 4 |
| 5 Name Strings | 5 Name Strings |
| 6 | 6 |
| 7 GL_CHROMIUM_ycbcr_422_image | 7 GL_CHROMIUM_ycbcr_422_image |
| 8 | 8 |
| 9 Version | 9 Version |
| 10 | 10 |
| 11 Last Modifed Date: August 26, 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 '2vuy' buffers. | 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 to define |
| 25 CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer | 25 the format of GpuMemoryBuffer backing the image. |
| 26 backing the image. | |
| 27 | 26 |
| 28 New Procedures and Functions | 27 New Procedures and Functions |
| 29 | 28 |
| 30 None. | 29 None. |
| 31 | 30 |
| 32 Errors | 31 Errors |
| 33 | 32 |
| 34 None. | 33 None. |
| 35 | 34 |
| 36 New Tokens | 35 New Tokens |
| 37 | 36 |
| 38 Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and | 37 Accepted by the <internalformat> parameter of CreateImageCHROMIUM. |
| 39 <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM: | |
| 40 GL_RGB_YCBCR_422_CHROMIUM 0x78FB | |
| 41 | 38 |
| 42 New State | 39 New State |
| 43 | 40 |
| 44 None. | 41 None. |
| 45 | 42 |
| 46 Revision History | 43 Revision History |
| 47 | 44 |
| 48 8/26/2015 Documented the extension | 45 8/26/2015 Documented the extension |
| OLD | NEW |