Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.h

Issue 659903002: Add subscribeUniform extension pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unitialized variable Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8bd5c0a950f2f776898ee11969f01ea170f5110d..a34e7d2b6c88b49696929dedb11b33e9f9a62e6c 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -193,24 +193,31 @@
OP(ConsumeTextureCHROMIUMImmediate) /* 434 */ \
OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 435 */ \
OP(BindUniformLocationCHROMIUMBucket) /* 436 */ \
- OP(BindTexImage2DCHROMIUM) /* 437 */ \
- OP(ReleaseTexImage2DCHROMIUM) /* 438 */ \
- OP(TraceBeginCHROMIUM) /* 439 */ \
- OP(TraceEndCHROMIUM) /* 440 */ \
- OP(AsyncTexSubImage2DCHROMIUM) /* 441 */ \
- OP(AsyncTexImage2DCHROMIUM) /* 442 */ \
- OP(WaitAsyncTexImage2DCHROMIUM) /* 443 */ \
- OP(WaitAllAsyncTexImage2DCHROMIUM) /* 444 */ \
- OP(DiscardFramebufferEXTImmediate) /* 445 */ \
- OP(LoseContextCHROMIUM) /* 446 */ \
- OP(InsertSyncPointCHROMIUM) /* 447 */ \
- OP(WaitSyncPointCHROMIUM) /* 448 */ \
- OP(DrawBuffersEXTImmediate) /* 449 */ \
- OP(DiscardBackbufferCHROMIUM) /* 450 */ \
- OP(ScheduleOverlayPlaneCHROMIUM) /* 451 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 452 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 453 */ \
- OP(BlendBarrierKHR) /* 454 */
+ OP(GenValuebuffersCHROMIUMImmediate) /* 437 */ \
+ OP(DeleteValuebuffersCHROMIUMImmediate) /* 438 */ \
+ OP(IsValuebufferCHROMIUM) /* 439 */ \
+ OP(BindValuebufferCHROMIUM) /* 440 */ \
+ OP(SubscribeValueCHROMIUM) /* 441 */ \
+ OP(PopulateSubscribedValuesCHROMIUM) /* 442 */ \
+ OP(UniformValuebufferCHROMIUM) /* 443 */ \
+ OP(BindTexImage2DCHROMIUM) /* 444 */ \
+ OP(ReleaseTexImage2DCHROMIUM) /* 445 */ \
+ OP(TraceBeginCHROMIUM) /* 446 */ \
+ OP(TraceEndCHROMIUM) /* 447 */ \
+ OP(AsyncTexSubImage2DCHROMIUM) /* 448 */ \
+ OP(AsyncTexImage2DCHROMIUM) /* 449 */ \
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 450 */ \
+ OP(WaitAllAsyncTexImage2DCHROMIUM) /* 451 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 452 */ \
+ OP(LoseContextCHROMIUM) /* 453 */ \
+ OP(InsertSyncPointCHROMIUM) /* 454 */ \
+ OP(WaitSyncPointCHROMIUM) /* 455 */ \
+ OP(DrawBuffersEXTImmediate) /* 456 */ \
+ OP(DiscardBackbufferCHROMIUM) /* 457 */ \
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 458 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 459 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 460 */ \
+ OP(BlendBarrierKHR) /* 461 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698