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

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

Issue 7623001: Rename and document glCommandBufferEnableCHROMIUM (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff Created 9 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
diff --git a/gpu/command_buffer/common/gles2_cmd_id_test_autogen.h b/gpu/command_buffer/common/gles2_cmd_id_test_autogen.h
index ff99a65f7b2d783104d23d111ed7350b766b2336..5d3ceb49c2044c0fe3ef1135e9dc0e4c338e5dd4 100644
--- a/gpu/command_buffer/common/gles2_cmd_id_test_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_id_test_autogen.h
@@ -1,8 +1,10 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file is auto-generated. DO NOT EDIT!
+// This file is auto-generated from
+// gpu/command_buffer/build_gles2_cmd_buffer.py
+// DO NOT EDIT!
// This file contains unit tests for gles2 commmand ids
#ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_ID_TEST_AUTOGEN_H_
@@ -391,8 +393,26 @@ TEST(GLES2CommandIdTest, CommandIdsMatch) {
GLES2_DeleteSharedIdsCHROMIUM_kCmdId_mismatch);
COMPILE_ASSERT(RegisterSharedIdsCHROMIUM::kCmdId == 441,
GLES2_RegisterSharedIdsCHROMIUM_kCmdId_mismatch);
- COMPILE_ASSERT(CommandBufferEnableCHROMIUM::kCmdId == 442,
- GLES2_CommandBufferEnableCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(EnableFeatureCHROMIUM::kCmdId == 442,
+ GLES2_EnableFeatureCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(ResizeCHROMIUM::kCmdId == 448,
+ GLES2_ResizeCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(GetRequestableExtensionsCHROMIUM::kCmdId == 449,
+ GLES2_GetRequestableExtensionsCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(RequestExtensionCHROMIUM::kCmdId == 450,
+ GLES2_RequestExtensionCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(SetSurfaceCHROMIUM::kCmdId == 453,
+ GLES2_SetSurfaceCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(GetMultipleIntegervCHROMIUM::kCmdId == 454,
+ GLES2_GetMultipleIntegervCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(GetProgramInfoCHROMIUM::kCmdId == 455,
+ GLES2_GetProgramInfoCHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(Placeholder447CHROMIUM::kCmdId == 447,
+ GLES2_Placeholder447CHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(Placeholder451CHROMIUM::kCmdId == 451,
+ GLES2_Placeholder451CHROMIUM_kCmdId_mismatch);
+ COMPILE_ASSERT(Placeholder452CHROMIUM::kCmdId == 452,
+ GLES2_Placeholder452CHROMIUM_kCmdId_mismatch);
}
#endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_ID_TEST_AUTOGEN_H_
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_ids_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698