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

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

Issue 2818993002: GL Implementation for GPU Discardable
Patch Set: rebase Created 3 years, 8 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 ffef2d5e609d84f24958abb67e72113f07dbdccc..0b394ee5e685299825db0785eced12306d7fc92a 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -333,7 +333,9 @@
OP(OverlayPromotionHintCHROMIUM) /* 574 */ \
OP(SwapBuffersWithBoundsCHROMIUMImmediate) /* 575 */ \
OP(SetDrawRectangleCHROMIUM) /* 576 */ \
- OP(SetEnableDCLayersCHROMIUM) /* 577 */
+ OP(SetEnableDCLayersCHROMIUM) /* 577 */ \
+ OP(InitializeDiscardableTextureCHROMIUM) /* 578 */ \
+ OP(UnlockDiscardableTextureCHROMIUM) /* 579 */
enum CommandId {
kOneBeforeStartPoint =
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698