OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 from | 5 // This file is auto-generated from |
6 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.py |
7 // DO NOT EDIT! | 7 // DO NOT EDIT! |
8 | 8 |
9 // It is included by gles2_cmd_decoder_unittest_2.cc | 9 // It is included by gles2_cmd_decoder_unittest_2.cc |
10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ | 10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ |
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1718 // TODO(gman): RenderbufferStorageMultisampleEXT | 1718 // TODO(gman): RenderbufferStorageMultisampleEXT |
1719 // TODO(gman): TexStorage2DEXT | 1719 // TODO(gman): TexStorage2DEXT |
1720 // TODO(gman): GenQueriesEXT | 1720 // TODO(gman): GenQueriesEXT |
1721 // TODO(gman): GenQueriesEXTImmediate | 1721 // TODO(gman): GenQueriesEXTImmediate |
1722 // TODO(gman): DeleteQueriesEXT | 1722 // TODO(gman): DeleteQueriesEXT |
1723 // TODO(gman): DeleteQueriesEXTImmediate | 1723 // TODO(gman): DeleteQueriesEXTImmediate |
1724 // TODO(gman): BeginQueryEXT | 1724 // TODO(gman): BeginQueryEXT |
1725 | 1725 |
1726 // TODO(gman): EndQueryEXT | 1726 // TODO(gman): EndQueryEXT |
1727 | 1727 |
| 1728 // TODO(gman): InsertEventMarkerEXT |
| 1729 |
| 1730 // TODO(gman): PushGroupMarkerEXT |
| 1731 |
| 1732 |
| 1733 TEST_F(GLES2DecoderTest2, PopGroupMarkerEXTValidArgs) { |
| 1734 SpecializedSetup<PopGroupMarkerEXT, 0>(true); |
| 1735 PopGroupMarkerEXT cmd; |
| 1736 cmd.Init(); |
| 1737 EXPECT_EQ(error::kNoError, ExecuteCmd(cmd)); |
| 1738 EXPECT_EQ(GL_NO_ERROR, GetGLError()); |
| 1739 } |
1728 // TODO(gman): SwapBuffers | 1740 // TODO(gman): SwapBuffers |
1729 // TODO(gman): GetMaxValueInBufferCHROMIUM | |
1730 // TODO(gman): GenSharedIdsCHROMIUM | |
1731 | |
1732 // TODO(gman): DeleteSharedIdsCHROMIUM | |
1733 | |
1734 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ | 1741 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_2_AUTOGEN_H_ |
1735 | 1742 |
OLD | NEW |