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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 OP(WaitAsyncTexImage2DCHROMIUM) /* 443 */ \ | 202 OP(WaitAsyncTexImage2DCHROMIUM) /* 443 */ \ |
203 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 444 */ \ | 203 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 444 */ \ |
204 OP(DiscardFramebufferEXTImmediate) /* 445 */ \ | 204 OP(DiscardFramebufferEXTImmediate) /* 445 */ \ |
205 OP(LoseContextCHROMIUM) /* 446 */ \ | 205 OP(LoseContextCHROMIUM) /* 446 */ \ |
206 OP(InsertSyncPointCHROMIUM) /* 447 */ \ | 206 OP(InsertSyncPointCHROMIUM) /* 447 */ \ |
207 OP(WaitSyncPointCHROMIUM) /* 448 */ \ | 207 OP(WaitSyncPointCHROMIUM) /* 448 */ \ |
208 OP(DrawBuffersEXTImmediate) /* 449 */ \ | 208 OP(DrawBuffersEXTImmediate) /* 449 */ \ |
209 OP(DiscardBackbufferCHROMIUM) /* 450 */ \ | 209 OP(DiscardBackbufferCHROMIUM) /* 450 */ \ |
210 OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \ | 210 OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \ |
211 OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \ | 211 OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \ |
212 OP(MatrixLoadIdentityCHROMIUM) /* 453 */ | 212 OP(MatrixLoadIdentityCHROMIUM) /* 453 */ \ |
| 213 OP(GenPathsCHROMIUM) /* 454 */ \ |
| 214 OP(DeletePathsCHROMIUM) /* 455 */ \ |
| 215 OP(IsPathCHROMIUM) /* 456 */ \ |
| 216 OP(PathCommandsCHROMIUM) /* 457 */ \ |
| 217 OP(PathParameterfCHROMIUM) /* 458 */ \ |
| 218 OP(PathParameteriCHROMIUM) /* 459 */ \ |
| 219 OP(PathStencilFuncCHROMIUM) /* 460 */ \ |
| 220 OP(StencilFillPathCHROMIUM) /* 461 */ \ |
| 221 OP(StencilStrokePathCHROMIUM) /* 462 */ \ |
| 222 OP(CoverFillPathCHROMIUM) /* 463 */ \ |
| 223 OP(CoverStrokePathCHROMIUM) /* 464 */ \ |
| 224 OP(StencilThenCoverFillPathCHROMIUM) /* 465 */ \ |
| 225 OP(StencilThenCoverStrokePathCHROMIUM) /* 466 */ |
213 | 226 |
214 enum CommandId { | 227 enum CommandId { |
215 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 228 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
216 #define GLES2_CMD_OP(name) k##name, | 229 #define GLES2_CMD_OP(name) k##name, |
217 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 230 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
218 #undef GLES2_CMD_OP | 231 #undef GLES2_CMD_OP |
219 kNumCommands | 232 kNumCommands |
220 }; | 233 }; |
221 | 234 |
222 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 235 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
OLD | NEW |