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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \ | 246 OP(AsyncTexSubImage2DCHROMIUM) /* 489 */ \ |
247 OP(AsyncTexImage2DCHROMIUM) /* 490 */ \ | 247 OP(AsyncTexImage2DCHROMIUM) /* 490 */ \ |
248 OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \ | 248 OP(WaitAsyncTexImage2DCHROMIUM) /* 491 */ \ |
249 OP(DiscardFramebufferEXT) /* 492 */ \ | 249 OP(DiscardFramebufferEXT) /* 492 */ \ |
250 OP(DiscardFramebufferEXTImmediate) /* 493 */ \ | 250 OP(DiscardFramebufferEXTImmediate) /* 493 */ \ |
251 OP(LoseContextCHROMIUM) /* 494 */ \ | 251 OP(LoseContextCHROMIUM) /* 494 */ \ |
252 OP(InsertSyncPointCHROMIUM) /* 495 */ \ | 252 OP(InsertSyncPointCHROMIUM) /* 495 */ \ |
253 OP(WaitSyncPointCHROMIUM) /* 496 */ \ | 253 OP(WaitSyncPointCHROMIUM) /* 496 */ \ |
254 OP(DrawBuffersEXT) /* 497 */ \ | 254 OP(DrawBuffersEXT) /* 497 */ \ |
255 OP(DrawBuffersEXTImmediate) /* 498 */ \ | 255 OP(DrawBuffersEXTImmediate) /* 498 */ \ |
| 256 OP(EncodeBackbufferCHROMIUM) /* 499 */ \ |
256 | 257 |
257 enum CommandId { | 258 enum CommandId { |
258 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 259 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
259 #define GLES2_CMD_OP(name) k ## name, | 260 #define GLES2_CMD_OP(name) k ## name, |
260 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 261 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
261 #undef GLES2_CMD_OP | 262 #undef GLES2_CMD_OP |
262 kNumCommands | 263 kNumCommands |
263 }; | 264 }; |
264 | 265 |
265 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 266 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
266 | 267 |
OLD | NEW |