| Index: gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h (revision 267947)
|
| +++ gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h (working copy)
|
| @@ -389,6 +389,9 @@
|
| {0x812D, "GL_CLAMP_TO_BORDER_NV", },
|
| {0x812F, "GL_CLAMP_TO_EDGE", },
|
| {0x86A3, "GL_COMPRESSED_TEXTURE_FORMATS", },
|
| +#if defined(OS_CHROMEOS)
|
| + {0x9244, "GL_BIND_GENERATES_RESOURCE_CHROMIUM", },
|
| +#endif
|
| {0x86A2, "GL_NUM_COMPRESSED_TEXTURE_FORMATS", },
|
| {0x0CF3, "GL_UNPACK_SKIP_ROWS_EXT", },
|
| {0x0CF2, "GL_UNPACK_ROW_LENGTH_EXT", },
|
| @@ -1002,6 +1005,10 @@
|
| "GL_UNPACK_PREMULTIPLY_ALPHA_CHROMIUM"},
|
| {GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM,
|
| "GL_UNPACK_UNPREMULTIPLY_ALPHA_CHROMIUM"},
|
| +#if defined(OS_CHROMEOS)
|
| + {GL_BIND_GENERATES_RESOURCE_CHROMIUM,
|
| + "GL_BIND_GENERATES_RESOURCE_CHROMIUM"},
|
| +#endif
|
| {GL_VERTEX_ARRAY_BINDING_OES, "GL_VERTEX_ARRAY_BINDING_OES"},
|
| {GL_VIEWPORT, "GL_VIEWPORT"},
|
| {GL_BLEND_COLOR, "GL_BLEND_COLOR"},
|
|
|