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

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

Issue 1119723003: Add glCopyCompressedTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ScopedVector for storing image format configurations Created 5 years, 6 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 ba8f073ca42f40bc4d0bf21b6ecc727dea6beba6..4a3a3d6fa2ec6312330c7c4a28cb9cceb443282b 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -267,41 +267,42 @@
OP(TexImageIOSurface2DCHROMIUM) /* 508 */ \
OP(CopyTextureCHROMIUM) /* 509 */ \
OP(CopySubTextureCHROMIUM) /* 510 */ \
- OP(DrawArraysInstancedANGLE) /* 511 */ \
- OP(DrawElementsInstancedANGLE) /* 512 */ \
- OP(VertexAttribDivisorANGLE) /* 513 */ \
- OP(GenMailboxCHROMIUM) /* 514 */ \
- OP(ProduceTextureCHROMIUMImmediate) /* 515 */ \
- OP(ProduceTextureDirectCHROMIUMImmediate) /* 516 */ \
- OP(ConsumeTextureCHROMIUMImmediate) /* 517 */ \
- OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 518 */ \
- OP(BindUniformLocationCHROMIUMBucket) /* 519 */ \
- OP(GenValuebuffersCHROMIUMImmediate) /* 520 */ \
- OP(DeleteValuebuffersCHROMIUMImmediate) /* 521 */ \
- OP(IsValuebufferCHROMIUM) /* 522 */ \
- OP(BindValuebufferCHROMIUM) /* 523 */ \
- OP(SubscribeValueCHROMIUM) /* 524 */ \
- OP(PopulateSubscribedValuesCHROMIUM) /* 525 */ \
- OP(UniformValuebufferCHROMIUM) /* 526 */ \
- OP(BindTexImage2DCHROMIUM) /* 527 */ \
- OP(ReleaseTexImage2DCHROMIUM) /* 528 */ \
- OP(TraceBeginCHROMIUM) /* 529 */ \
- OP(TraceEndCHROMIUM) /* 530 */ \
- OP(AsyncTexSubImage2DCHROMIUM) /* 531 */ \
- OP(AsyncTexImage2DCHROMIUM) /* 532 */ \
- OP(WaitAsyncTexImage2DCHROMIUM) /* 533 */ \
- OP(WaitAllAsyncTexImage2DCHROMIUM) /* 534 */ \
- OP(DiscardFramebufferEXTImmediate) /* 535 */ \
- OP(LoseContextCHROMIUM) /* 536 */ \
- OP(InsertSyncPointCHROMIUM) /* 537 */ \
- OP(WaitSyncPointCHROMIUM) /* 538 */ \
- OP(DrawBuffersEXTImmediate) /* 539 */ \
- OP(DiscardBackbufferCHROMIUM) /* 540 */ \
- OP(ScheduleOverlayPlaneCHROMIUM) /* 541 */ \
- OP(SwapInterval) /* 542 */ \
- OP(MatrixLoadfCHROMIUMImmediate) /* 543 */ \
- OP(MatrixLoadIdentityCHROMIUM) /* 544 */ \
- OP(BlendBarrierKHR) /* 545 */
+ OP(CompressedCopyTextureCHROMIUM) /* 511 */ \
+ OP(DrawArraysInstancedANGLE) /* 512 */ \
+ OP(DrawElementsInstancedANGLE) /* 513 */ \
+ OP(VertexAttribDivisorANGLE) /* 514 */ \
+ OP(GenMailboxCHROMIUM) /* 515 */ \
+ OP(ProduceTextureCHROMIUMImmediate) /* 516 */ \
+ OP(ProduceTextureDirectCHROMIUMImmediate) /* 517 */ \
+ OP(ConsumeTextureCHROMIUMImmediate) /* 518 */ \
+ OP(CreateAndConsumeTextureCHROMIUMImmediate) /* 519 */ \
+ OP(BindUniformLocationCHROMIUMBucket) /* 520 */ \
+ OP(GenValuebuffersCHROMIUMImmediate) /* 521 */ \
+ OP(DeleteValuebuffersCHROMIUMImmediate) /* 522 */ \
+ OP(IsValuebufferCHROMIUM) /* 523 */ \
+ OP(BindValuebufferCHROMIUM) /* 524 */ \
+ OP(SubscribeValueCHROMIUM) /* 525 */ \
+ OP(PopulateSubscribedValuesCHROMIUM) /* 526 */ \
+ OP(UniformValuebufferCHROMIUM) /* 527 */ \
+ OP(BindTexImage2DCHROMIUM) /* 528 */ \
+ OP(ReleaseTexImage2DCHROMIUM) /* 529 */ \
+ OP(TraceBeginCHROMIUM) /* 530 */ \
+ OP(TraceEndCHROMIUM) /* 531 */ \
+ OP(AsyncTexSubImage2DCHROMIUM) /* 532 */ \
+ OP(AsyncTexImage2DCHROMIUM) /* 533 */ \
+ OP(WaitAsyncTexImage2DCHROMIUM) /* 534 */ \
+ OP(WaitAllAsyncTexImage2DCHROMIUM) /* 535 */ \
+ OP(DiscardFramebufferEXTImmediate) /* 536 */ \
+ OP(LoseContextCHROMIUM) /* 537 */ \
+ OP(InsertSyncPointCHROMIUM) /* 538 */ \
+ OP(WaitSyncPointCHROMIUM) /* 539 */ \
+ OP(DrawBuffersEXTImmediate) /* 540 */ \
+ OP(DiscardBackbufferCHROMIUM) /* 541 */ \
+ OP(ScheduleOverlayPlaneCHROMIUM) /* 542 */ \
+ OP(SwapInterval) /* 543 */ \
+ OP(MatrixLoadfCHROMIUMImmediate) /* 544 */ \
+ OP(MatrixLoadIdentityCHROMIUM) /* 545 */ \
+ OP(BlendBarrierKHR) /* 546 */
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