| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 OP(DiscardFramebufferEXTImmediate) /* 535 */ \ | 294 OP(DiscardFramebufferEXTImmediate) /* 535 */ \ |
| 295 OP(LoseContextCHROMIUM) /* 536 */ \ | 295 OP(LoseContextCHROMIUM) /* 536 */ \ |
| 296 OP(InsertSyncPointCHROMIUM) /* 537 */ \ | 296 OP(InsertSyncPointCHROMIUM) /* 537 */ \ |
| 297 OP(WaitSyncPointCHROMIUM) /* 538 */ \ | 297 OP(WaitSyncPointCHROMIUM) /* 538 */ \ |
| 298 OP(DrawBuffersEXTImmediate) /* 539 */ \ | 298 OP(DrawBuffersEXTImmediate) /* 539 */ \ |
| 299 OP(DiscardBackbufferCHROMIUM) /* 540 */ \ | 299 OP(DiscardBackbufferCHROMIUM) /* 540 */ \ |
| 300 OP(ScheduleOverlayPlaneCHROMIUM) /* 541 */ \ | 300 OP(ScheduleOverlayPlaneCHROMIUM) /* 541 */ \ |
| 301 OP(SwapInterval) /* 542 */ \ | 301 OP(SwapInterval) /* 542 */ \ |
| 302 OP(MatrixLoadfCHROMIUMImmediate) /* 543 */ \ | 302 OP(MatrixLoadfCHROMIUMImmediate) /* 543 */ \ |
| 303 OP(MatrixLoadIdentityCHROMIUM) /* 544 */ \ | 303 OP(MatrixLoadIdentityCHROMIUM) /* 544 */ \ |
| 304 OP(BlendBarrierKHR) /* 545 */ | 304 OP(GenPathsCHROMIUM) /* 545 */ \ |
| 305 OP(DeletePathsCHROMIUM) /* 546 */ \ |
| 306 OP(IsPathCHROMIUM) /* 547 */ \ |
| 307 OP(PathCommandsCHROMIUM) /* 548 */ \ |
| 308 OP(PathParameterfCHROMIUM) /* 549 */ \ |
| 309 OP(PathParameteriCHROMIUM) /* 550 */ \ |
| 310 OP(PathStencilFuncCHROMIUM) /* 551 */ \ |
| 311 OP(StencilFillPathCHROMIUM) /* 552 */ \ |
| 312 OP(StencilStrokePathCHROMIUM) /* 553 */ \ |
| 313 OP(CoverFillPathCHROMIUM) /* 554 */ \ |
| 314 OP(CoverStrokePathCHROMIUM) /* 555 */ \ |
| 315 OP(StencilThenCoverFillPathCHROMIUM) /* 556 */ \ |
| 316 OP(StencilThenCoverStrokePathCHROMIUM) /* 557 */ \ |
| 317 OP(BlendBarrierKHR) /* 558 */ |
| 305 | 318 |
| 306 enum CommandId { | 319 enum CommandId { |
| 307 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 320 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
| 308 #define GLES2_CMD_OP(name) k##name, | 321 #define GLES2_CMD_OP(name) k##name, |
| 309 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 322 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
| 310 #undef GLES2_CMD_OP | 323 #undef GLES2_CMD_OP |
| 311 kNumCommands | 324 kNumCommands |
| 312 }; | 325 }; |
| 313 | 326 |
| 314 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 327 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
| OLD | NEW |