| Index: gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| index 32a4df58a7f9632fe57b2d799f79c7a711691fb3..dee1d6d1668f1c8b6e184c4e523f08fe763c7062 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
|
| @@ -235,14 +235,15 @@
|
| OP(AsyncTexSubImage2DCHROMIUM) /* 478 */ \
|
| OP(AsyncTexImage2DCHROMIUM) /* 479 */ \
|
| OP(WaitAsyncTexImage2DCHROMIUM) /* 480 */ \
|
| - OP(DiscardFramebufferEXT) /* 481 */ \
|
| - OP(DiscardFramebufferEXTImmediate) /* 482 */ \
|
| - OP(LoseContextCHROMIUM) /* 483 */ \
|
| - OP(InsertSyncPointCHROMIUM) /* 484 */ \
|
| - OP(WaitSyncPointCHROMIUM) /* 485 */ \
|
| - OP(DrawBuffersEXT) /* 486 */ \
|
| - OP(DrawBuffersEXTImmediate) /* 487 */ \
|
| - OP(DiscardBackbufferCHROMIUM) /* 488 */ \
|
| + OP(WaitAllAsyncTexImage2DCHROMIUM) /* 481 */ \
|
| + OP(DiscardFramebufferEXT) /* 482 */ \
|
| + OP(DiscardFramebufferEXTImmediate) /* 483 */ \
|
| + OP(LoseContextCHROMIUM) /* 484 */ \
|
| + OP(InsertSyncPointCHROMIUM) /* 485 */ \
|
| + OP(WaitSyncPointCHROMIUM) /* 486 */ \
|
| + OP(DrawBuffersEXT) /* 487 */ \
|
| + OP(DrawBuffersEXTImmediate) /* 488 */ \
|
| + OP(DiscardBackbufferCHROMIUM) /* 489 */ \
|
|
|
| enum CommandId {
|
| kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
|
|
|