OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
10 | 10 |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 OP(DiscardFramebufferEXTImmediate) /* 483 */ \ | 242 OP(DiscardFramebufferEXTImmediate) /* 483 */ \ |
243 OP(LoseContextCHROMIUM) /* 484 */ \ | 243 OP(LoseContextCHROMIUM) /* 484 */ \ |
244 OP(InsertSyncPointCHROMIUM) /* 485 */ \ | 244 OP(InsertSyncPointCHROMIUM) /* 485 */ \ |
245 OP(WaitSyncPointCHROMIUM) /* 486 */ \ | 245 OP(WaitSyncPointCHROMIUM) /* 486 */ \ |
246 OP(DrawBuffersEXT) /* 487 */ \ | 246 OP(DrawBuffersEXT) /* 487 */ \ |
247 OP(DrawBuffersEXTImmediate) /* 488 */ \ | 247 OP(DrawBuffersEXTImmediate) /* 488 */ \ |
248 OP(DiscardBackbufferCHROMIUM) /* 489 */ \ | 248 OP(DiscardBackbufferCHROMIUM) /* 489 */ \ |
249 OP(ScheduleOverlayPlaneCHROMIUM) /* 490 */ \ | 249 OP(ScheduleOverlayPlaneCHROMIUM) /* 490 */ \ |
250 OP(MatrixLoadfCHROMIUM) /* 491 */ \ | 250 OP(MatrixLoadfCHROMIUM) /* 491 */ \ |
251 OP(MatrixLoadfCHROMIUMImmediate) /* 492 */ \ | 251 OP(MatrixLoadfCHROMIUMImmediate) /* 492 */ \ |
252 OP(MatrixLoadIdentityCHROMIUM) /* 493 */ | 252 OP(MatrixLoadIdentityCHROMIUM) /* 493 */ \ |
| 253 OP(GenPathsCHROMIUM) /* 494 */ \ |
| 254 OP(DeletePathsCHROMIUM) /* 495 */ \ |
| 255 OP(PathCommandsCHROMIUM) /* 496 */ \ |
| 256 OP(PathParameterfCHROMIUM) /* 497 */ \ |
| 257 OP(PathParameteriCHROMIUM) /* 498 */ \ |
| 258 OP(PathStencilFuncCHROMIUM) /* 499 */ \ |
| 259 OP(StencilFillPathCHROMIUM) /* 500 */ \ |
| 260 OP(StencilFillPathInstancedCHROMIUM) /* 501 */ \ |
| 261 OP(StencilStrokePathCHROMIUM) /* 502 */ \ |
| 262 OP(StencilStrokePathInstancedCHROMIUM) /* 503 */ \ |
| 263 OP(PathTexGenCHROMIUM) /* 504 */ \ |
| 264 OP(CoverFillPathCHROMIUM) /* 505 */ \ |
| 265 OP(CoverFillPathInstancedCHROMIUM) /* 506 */ \ |
| 266 OP(CoverStrokePathCHROMIUM) /* 507 */ \ |
| 267 OP(CoverStrokePathInstancedCHROMIUM) /* 508 */ |
253 | 268 |
254 enum CommandId { | 269 enum CommandId { |
255 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 270 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
256 #define GLES2_CMD_OP(name) k##name, | 271 #define GLES2_CMD_OP(name) k##name, |
257 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 272 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
258 #undef GLES2_CMD_OP | 273 #undef GLES2_CMD_OP |
259 kNumCommands | 274 kNumCommands |
260 }; | 275 }; |
261 | 276 |
262 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 277 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
OLD | NEW |