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

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

Issue 3122033: Adds support for EXT_framebuffer_multisample... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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_id_test_autogen.h
===================================================================
--- gpu/command_buffer/common/gles2_cmd_id_test_autogen.h (revision 56887)
+++ gpu/command_buffer/common/gles2_cmd_id_test_autogen.h (working copy)
@@ -377,6 +377,10 @@
GLES2_VertexAttribPointer_kCmdId_mismatch);
COMPILE_ASSERT(Viewport::kCmdId == 430,
GLES2_Viewport_kCmdId_mismatch);
+ COMPILE_ASSERT(BlitFramebufferEXT::kCmdId == 446,
+ GLES2_BlitFramebufferEXT_kCmdId_mismatch);
+ COMPILE_ASSERT(RenderbufferStorageMultisampleEXT::kCmdId == 445,
+ GLES2_RenderbufferStorageMultisampleEXT_kCmdId_mismatch);
COMPILE_ASSERT(SwapBuffers::kCmdId == 431,
GLES2_SwapBuffers_kCmdId_mismatch);
COMPILE_ASSERT(GetMaxValueInBuffer::kCmdId == 438,

Powered by Google App Engine
This is Rietveld 408576698