Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name | 1 Name |
| 2 | 2 |
| 3 CHROMIUM_image | 3 CHROMIUM_image |
| 4 | 4 |
| 5 Name Strings | 5 Name Strings |
| 6 | 6 |
| 7 GL_CHROMIUM_image | 7 GL_CHROMIUM_image |
| 8 | 8 |
| 9 Version | 9 Version |
| 10 | 10 |
| (...skipping 27 matching lines...) Expand all Loading... | |
| 38 | 38 |
| 39 Accepted by the <pname> parameter of GetImageParameterivCHROMIUM: | 39 Accepted by the <pname> parameter of GetImageParameterivCHROMIUM: |
| 40 | 40 |
| 41 IMAGE_ROWBYTES_CHROMIUM 0x78F0 | 41 IMAGE_ROWBYTES_CHROMIUM 0x78F0 |
| 42 | 42 |
| 43 Accepted by the <usage> parameter of CreateImageCHROMIUM: | 43 Accepted by the <usage> parameter of CreateImageCHROMIUM: |
| 44 | 44 |
| 45 IMAGE_MAP_CHROMIUM 0x78F1 | 45 IMAGE_MAP_CHROMIUM 0x78F1 |
| 46 IMAGE_SCANOUT_CHROMIUM 0x78F2 | 46 IMAGE_SCANOUT_CHROMIUM 0x78F2 |
| 47 | 47 |
| 48 Accepted by the <internalformat> parameter of CreateImageCHROMIUM: | |
|
alexst (slow to review)
2014/09/23 17:48:21
please add a new line after CreateImageCHROMIUM
| |
| 49 GL_RGBX8_CHROMIUM 0x78F3 | |
| 50 | |
| 48 New Procedures and Functions | 51 New Procedures and Functions |
| 49 | 52 |
| 50 GLuint CreateImageCHROMIUM(GLsizei width, GLsizei height, | 53 GLuint CreateImageCHROMIUM(GLsizei width, GLsizei height, |
| 51 GLenum internalformat, GLenum usage) | 54 GLenum internalformat, GLenum usage) |
| 52 | 55 |
| 53 Allocate an image with width equal to <width> and height equal | 56 Allocate an image with width equal to <width> and height equal |
| 54 to <height> stored in format <internalformat>. | 57 to <height> stored in format <internalformat>. |
| 55 | 58 |
| 56 Returns a unique identifier for the allocated image that could be used | 59 Returns a unique identifier for the allocated image that could be used |
| 57 in subsequent operations. | 60 in subsequent operations. |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 108 None. | 111 None. |
| 109 | 112 |
| 110 New State | 113 New State |
| 111 | 114 |
| 112 None. | 115 None. |
| 113 | 116 |
| 114 Revision History | 117 Revision History |
| 115 | 118 |
| 116 5/9/2013 Documented the extension | 119 5/9/2013 Documented the extension |
| 117 4/30/2014 Moved usage flag to creation function. | 120 4/30/2014 Moved usage flag to creation function. |
| OLD | NEW |