OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file is auto-generated from | 5 // This file is auto-generated from |
6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
7 // DO NOT EDIT! | 7 // DO NOT EDIT! |
8 | 8 |
9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 9 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 10 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 OP(BlitFramebufferEXT) /* 446 */ \ | 203 OP(BlitFramebufferEXT) /* 446 */ \ |
204 OP(Placeholder447CHROMIUM) /* 447 */ \ | 204 OP(Placeholder447CHROMIUM) /* 447 */ \ |
205 OP(ResizeCHROMIUM) /* 448 */ \ | 205 OP(ResizeCHROMIUM) /* 448 */ \ |
206 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \ | 206 OP(GetRequestableExtensionsCHROMIUM) /* 449 */ \ |
207 OP(RequestExtensionCHROMIUM) /* 450 */ \ | 207 OP(RequestExtensionCHROMIUM) /* 450 */ \ |
208 OP(Placeholder451CHROMIUM) /* 451 */ \ | 208 OP(Placeholder451CHROMIUM) /* 451 */ \ |
209 OP(Placeholder452CHROMIUM) /* 452 */ \ | 209 OP(Placeholder452CHROMIUM) /* 452 */ \ |
210 OP(Placeholder453CHROMIUM) /* 453 */ \ | 210 OP(Placeholder453CHROMIUM) /* 453 */ \ |
211 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \ | 211 OP(GetMultipleIntegervCHROMIUM) /* 454 */ \ |
212 OP(GetProgramInfoCHROMIUM) /* 455 */ \ | 212 OP(GetProgramInfoCHROMIUM) /* 455 */ \ |
| 213 OP(SetSurfaceVisibleCHROMIUM) /* 456 */ \ |
213 | 214 |
214 enum CommandId { | 215 enum CommandId { |
215 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 216 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
216 #define GLES2_CMD_OP(name) k ## name, | 217 #define GLES2_CMD_OP(name) k ## name, |
217 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 218 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
218 #undef GLES2_CMD_OP | 219 #undef GLES2_CMD_OP |
219 kNumCommands | 220 kNumCommands |
220 }; | 221 }; |
221 | 222 |
222 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 223 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
223 | 224 |
OLD | NEW |