| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 OP(ReleaseTexImage2DCHROMIUM) /* 467 */ \ | 226 OP(ReleaseTexImage2DCHROMIUM) /* 467 */ \ |
| 227 OP(TraceBeginCHROMIUM) /* 468 */ \ | 227 OP(TraceBeginCHROMIUM) /* 468 */ \ |
| 228 OP(TraceEndCHROMIUM) /* 469 */ \ | 228 OP(TraceEndCHROMIUM) /* 469 */ \ |
| 229 OP(AsyncTexSubImage2DCHROMIUM) /* 470 */ \ | 229 OP(AsyncTexSubImage2DCHROMIUM) /* 470 */ \ |
| 230 OP(AsyncTexImage2DCHROMIUM) /* 471 */ \ | 230 OP(AsyncTexImage2DCHROMIUM) /* 471 */ \ |
| 231 OP(WaitAsyncTexImage2DCHROMIUM) /* 472 */ \ | 231 OP(WaitAsyncTexImage2DCHROMIUM) /* 472 */ \ |
| 232 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 473 */ \ | 232 OP(WaitAllAsyncTexImage2DCHROMIUM) /* 473 */ \ |
| 233 OP(DiscardFramebufferEXTImmediate) /* 474 */ \ | 233 OP(DiscardFramebufferEXTImmediate) /* 474 */ \ |
| 234 OP(LoseContextCHROMIUM) /* 475 */ \ | 234 OP(LoseContextCHROMIUM) /* 475 */ \ |
| 235 OP(InsertSyncPointCHROMIUM) /* 476 */ \ | 235 OP(InsertSyncPointCHROMIUM) /* 476 */ \ |
| 236 OP(WaitSyncPointCHROMIUM) /* 477 */ \ | 236 OP(DrawBuffersEXTImmediate) /* 477 */ \ |
| 237 OP(DrawBuffersEXTImmediate) /* 478 */ \ | 237 OP(DiscardBackbufferCHROMIUM) /* 478 */ \ |
| 238 OP(DiscardBackbufferCHROMIUM) /* 479 */ \ | 238 OP(ScheduleOverlayPlaneCHROMIUM) /* 479 */ \ |
| 239 OP(ScheduleOverlayPlaneCHROMIUM) /* 480 */ \ | 239 OP(MatrixLoadfCHROMIUMImmediate) /* 480 */ \ |
| 240 OP(MatrixLoadfCHROMIUMImmediate) /* 481 */ \ | 240 OP(MatrixLoadIdentityCHROMIUM) /* 481 */ \ |
| 241 OP(MatrixLoadIdentityCHROMIUM) /* 482 */ \ | 241 OP(BlendBarrierKHR) /* 482 */ |
| 242 OP(BlendBarrierKHR) /* 483 */ | |
| 243 | 242 |
| 244 enum CommandId { | 243 enum CommandId { |
| 245 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. | 244 kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this. |
| 246 #define GLES2_CMD_OP(name) k##name, | 245 #define GLES2_CMD_OP(name) k##name, |
| 247 GLES2_COMMAND_LIST(GLES2_CMD_OP) | 246 GLES2_COMMAND_LIST(GLES2_CMD_OP) |
| 248 #undef GLES2_CMD_OP | 247 #undef GLES2_CMD_OP |
| 249 kNumCommands | 248 kNumCommands |
| 250 }; | 249 }; |
| 251 | 250 |
| 252 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ | 251 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_IDS_AUTOGEN_H_ |
| OLD | NEW |