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

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

Issue 2379203002: implement getBufferSubDataAsync prototype (Closed)
Patch Set: small clarification Created 4 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 c3e93edc596f012e9f9abcd7e093840d3c96cd61..a69e5e9a8c6e08af4a82eb8efe1f36d78daba92f 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -320,14 +320,15 @@
OP(StencilThenCoverStrokePathInstancedCHROMIUM) /* 561 */ \
OP(BindFragmentInputLocationCHROMIUMBucket) /* 562 */ \
OP(ProgramPathFragmentInputGenCHROMIUM) /* 563 */ \
- OP(CoverageModulationCHROMIUM) /* 564 */ \
- OP(BlendBarrierKHR) /* 565 */ \
- OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 566 */ \
- OP(BindFragDataLocationIndexedEXTBucket) /* 567 */ \
- OP(BindFragDataLocationEXTBucket) /* 568 */ \
- OP(GetFragDataIndexEXT) /* 569 */ \
- OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 570 */ \
- OP(SwapBuffersWithDamageCHROMIUM) /* 571 */
+ OP(GetBufferSubDataAsyncCHROMIUM) /* 564 */ \
+ OP(CoverageModulationCHROMIUM) /* 565 */ \
+ OP(BlendBarrierKHR) /* 566 */ \
+ OP(ApplyScreenSpaceAntialiasingCHROMIUM) /* 567 */ \
+ OP(BindFragDataLocationIndexedEXTBucket) /* 568 */ \
+ OP(BindFragDataLocationEXTBucket) /* 569 */ \
+ OP(GetFragDataIndexEXT) /* 570 */ \
+ OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 571 */ \
+ OP(SwapBuffersWithDamageCHROMIUM) /* 572 */
enum CommandId {
kOneBeforeStartPoint =
« 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