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

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

Issue 1394403002: Mac Overlays: Plumb through GL solid color overlay support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 39e17052166150dfb9d246bcaf8ca1af04f7b79b..5f88f6b63b5caca82cfbb3d03656389af6efe52d 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -302,25 +302,26 @@
OP(DrawBuffersEXTImmediate) /* 543 */ \
OP(DiscardBackbufferCHROMIUM) /* 544 */ \
OP(ScheduleOverlayPlaneCHROMIUM) /* 545 */ \
- OP(SwapInterval) /* 546 */ \
- OP(FlushDriverCachesCHROMIUM) /* 547 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 548 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 549 */ \
- OP(GenPathsCHROMIUM) /* 550 */ \
- OP(DeletePathsCHROMIUM) /* 551 */ \
- OP(IsPathCHROMIUM) /* 552 */ \
- OP(PathCommandsCHROMIUM) /* 553 */ \
- OP(PathParameterfCHROMIUM) /* 554 */ \
- OP(PathParameteriCHROMIUM) /* 555 */ \
- OP(PathStencilFuncCHROMIUM) /* 556 */ \
- OP(StencilFillPathCHROMIUM) /* 557 */ \
- OP(StencilStrokePathCHROMIUM) /* 558 */ \
- OP(CoverFillPathCHROMIUM) /* 559 */ \
- OP(CoverStrokePathCHROMIUM) /* 560 */ \
- OP(StencilThenCoverFillPathCHROMIUM) /* 561 */ \
- OP(StencilThenCoverStrokePathCHROMIUM) /* 562 */ \
- OP(BlendBarrierKHR) /* 563 */ \
- OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 564 */
+ OP(ScheduleSolidColorOverlayPlaneCHROMIUM) /* 546 */ \
+ OP(SwapInterval) /* 547 */ \
+ OP(FlushDriverCachesCHROMIUM) /* 548 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 549 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 550 */ \
+ OP(GenPathsCHROMIUM) /* 551 */ \
+ OP(DeletePathsCHROMIUM) /* 552 */ \
+ OP(IsPathCHROMIUM) /* 553 */ \
+ OP(PathCommandsCHROMIUM) /* 554 */ \
+ OP(PathParameterfCHROMIUM) /* 555 */ \
+ OP(PathParameteriCHROMIUM) /* 556 */ \
+ OP(PathStencilFuncCHROMIUM) /* 557 */ \
+ OP(StencilFillPathCHROMIUM) /* 558 */ \
+ OP(StencilStrokePathCHROMIUM) /* 559 */ \
+ OP(CoverFillPathCHROMIUM) /* 560 */ \
+ OP(CoverStrokePathCHROMIUM) /* 561 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 562 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 563 */ \
+ OP(BlendBarrierKHR) /* 564 */ \
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 565 */
enum CommandId {
kStartPoint = cmd::kLastCommonId, // All GLES2 commands start after this.

Powered by Google App Engine
This is Rietveld 408576698