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

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

Issue 2814583002: Service/ClientDiscardableManager (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bd9ccf36d49711031519ee5962519e9bd4735391..21f3fffe47717e77454982d15a50d5203f06820a 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -334,7 +334,10 @@
OP(OverlayPromotionHintCHROMIUM) /* 575 */ \
OP(SwapBuffersWithBoundsCHROMIUMImmediate) /* 576 */ \
OP(SetDrawRectangleCHROMIUM) /* 577 */ \
- OP(SetEnableDCLayersCHROMIUM) /* 578 */
+ OP(SetEnableDCLayersCHROMIUM) /* 578 */ \
+ OP(InitializeDiscardableTextureCHROMIUM) /* 579 */ \
+ OP(UnlockDiscardableTextureCHROMIUM) /* 580 */ \
+ OP(LockDiscardableTextureCHROMIUM) /* 581 */
enum CommandId {
kOneBeforeStartPoint =
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698