OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file is auto-generated. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
6 | 6 |
7 // It is included by gles2_cmd_decoder_unittest_1.cc | 7 // It is included by gles2_cmd_decoder_unittest_1.cc |
8 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ | 8 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ |
9 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ | 9 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ |
10 | 10 |
11 // TODO(gman): ActiveTexture | 11 // TODO(gman): ActiveTexture |
(...skipping 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1803 result->size = 0; | 1803 result->size = 0; |
1804 GetVertexAttribfv cmd; | 1804 GetVertexAttribfv cmd; |
1805 cmd.Init( | 1805 cmd.Init( |
1806 1, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, shared_memory_id_, | 1806 1, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, shared_memory_id_, |
1807 kInvalidSharedMemoryOffset); | 1807 kInvalidSharedMemoryOffset); |
1808 EXPECT_EQ(error::kOutOfBounds, ExecuteCmd(cmd)); | 1808 EXPECT_EQ(error::kOutOfBounds, ExecuteCmd(cmd)); |
1809 EXPECT_EQ(0u, result->size); | 1809 EXPECT_EQ(0u, result->size); |
1810 } | 1810 } |
1811 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ | 1811 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_1_AUTOGEN_H_ |
1812 | 1812 |
OLD | NEW |