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

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

Issue 1472993003: Add CommitOverlayPlanesCHROMIUM command buffer function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to add the extension description txt file Created 5 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 bc97a301d7094828a80c67f10a02310a6d4af315..22e5b0a293378990b1912bc1a8e0559d363f3a7d 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -304,33 +304,34 @@
OP(DiscardBackbufferCHROMIUM) /* 545 */ \
OP(ScheduleOverlayPlaneCHROMIUM) /* 546 */ \
OP(ScheduleCALayerCHROMIUM) /* 547 */ \
- OP(SwapInterval) /* 548 */ \
- OP(FlushDriverCachesCHROMIUM) /* 549 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 550 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 551 */ \
- OP(GenPathsCHROMIUM) /* 552 */ \
- OP(DeletePathsCHROMIUM) /* 553 */ \
- OP(IsPathCHROMIUM) /* 554 */ \
- OP(PathCommandsCHROMIUM) /* 555 */ \
- OP(PathParameterfCHROMIUM) /* 556 */ \
- OP(PathParameteriCHROMIUM) /* 557 */ \
- OP(PathStencilFuncCHROMIUM) /* 558 */ \
- OP(StencilFillPathCHROMIUM) /* 559 */ \
- OP(StencilStrokePathCHROMIUM) /* 560 */ \
- OP(CoverFillPathCHROMIUM) /* 561 */ \
- OP(CoverStrokePathCHROMIUM) /* 562 */ \
- OP(StencilThenCoverFillPathCHROMIUM) /* 563 */ \
- OP(StencilThenCoverStrokePathCHROMIUM) /* 564 */ \
- OP(StencilFillPathInstancedCHROMIUM) /* 565 */ \
- OP(StencilStrokePathInstancedCHROMIUM) /* 566 */ \
- OP(CoverFillPathInstancedCHROMIUM) /* 567 */ \
- OP(CoverStrokePathInstancedCHROMIUM) /* 568 */ \
- OP(StencilThenCoverFillPathInstancedCHROMIUM) /* 569 */ \
- OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 570 */ \
- OP(BindFragmentInputLocationCHROMIUMBucket) /* 571 */ \
- OP(ProgramPathFragmentInputGenCHROMIUM) /* 572 */ \
- OP(BlendBarrierKHR) /* 573 */ \
- OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 574 */
+ OP(CommitOverlayPlanesCHROMIUM) /* 548 */ \
+ OP(SwapInterval) /* 549 */ \
+ OP(FlushDriverCachesCHROMIUM) /* 550 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 551 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 552 */ \
+ OP(GenPathsCHROMIUM) /* 553 */ \
+ OP(DeletePathsCHROMIUM) /* 554 */ \
+ OP(IsPathCHROMIUM) /* 555 */ \
+ OP(PathCommandsCHROMIUM) /* 556 */ \
+ OP(PathParameterfCHROMIUM) /* 557 */ \
+ OP(PathParameteriCHROMIUM) /* 558 */ \
+ OP(PathStencilFuncCHROMIUM) /* 559 */ \
+ OP(StencilFillPathCHROMIUM) /* 560 */ \
+ OP(StencilStrokePathCHROMIUM) /* 561 */ \
+ OP(CoverFillPathCHROMIUM) /* 562 */ \
+ OP(CoverStrokePathCHROMIUM) /* 563 */ \
+ OP(StencilThenCoverFillPathCHROMIUM) /* 564 */ \
+ OP(StencilThenCoverStrokePathCHROMIUM) /* 565 */ \
+ OP(StencilFillPathInstancedCHROMIUM) /* 566 */ \
+ OP(StencilStrokePathInstancedCHROMIUM) /* 567 */ \
+ OP(CoverFillPathInstancedCHROMIUM) /* 568 */ \
+ OP(CoverStrokePathInstancedCHROMIUM) /* 569 */ \
+ OP(StencilThenCoverFillPathInstancedCHROMIUM) /* 570 */ \
+ OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 571 */ \
+ OP(BindFragmentInputLocationCHROMIUMBucket) /* 572 */ \
+ OP(ProgramPathFragmentInputGenCHROMIUM) /* 573 */ \
+ OP(BlendBarrierKHR) /* 574 */ \
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 575 */
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/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698