OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 OP(AsyncTexImage2DCHROMIUM) /* 481 */ \ | 238 OP(AsyncTexImage2DCHROMIUM) /* 481 */ \ |
239 OP(WaitAsyncTexImage2DCHROMIUM) /* 482 */ \ | 239 OP(WaitAsyncTexImage2DCHROMIUM) /* 482 */ \ |
240 OP(DiscardFramebufferEXT) /* 483 */ \ | 240 OP(DiscardFramebufferEXT) /* 483 */ \ |
241 OP(DiscardFramebufferEXTImmediate) /* 484 */ \ | 241 OP(DiscardFramebufferEXTImmediate) /* 484 */ \ |
242 OP(LoseContextCHROMIUM) /* 485 */ \ | 242 OP(LoseContextCHROMIUM) /* 485 */ \ |
243 OP(InsertSyncPointCHROMIUM) /* 486 */ \ | 243 OP(InsertSyncPointCHROMIUM) /* 486 */ \ |
244 OP(WaitSyncPointCHROMIUM) /* 487 */ \ | 244 OP(WaitSyncPointCHROMIUM) /* 487 */ \ |
245 OP(DrawBuffersEXT) /* 488 */ \ | 245 OP(DrawBuffersEXT) /* 488 */ \ |
246 OP(DrawBuffersEXTImmediate) /* 489 */ \ | 246 OP(DrawBuffersEXTImmediate) /* 489 */ \ |
247 OP(DiscardBackbufferCHROMIUM) /* 490 */ \ | 247 OP(DiscardBackbufferCHROMIUM) /* 490 */ \ |
| 248 OP(SetOverlayPlaneCHROMIUM) /* 491 */ \ |
248 | 249 |
249 enum CommandId { | 250 enum CommandId { |
250 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 251 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
251 #define GLES2_CMD_OP(name) k ## name, | 252 #define GLES2_CMD_OP(name) k ## name, |
252 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 253 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
253 #undef GLES2_CMD_OP | 254 #undef GLES2_CMD_OP |
254 kNumCommands | 255 kNumCommands |
255 }; | 256 }; |
256 | 257 |
257 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 258 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
258 | 259 |
OLD | NEW |