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_base.cc | 9 // It is included by gles2_cmd_decoder_unittest_base.cc |
10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_0_AUTOGEN_H_ | 10 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_0_AUTOGEN_H_ |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 .RetiresOnSaturation(); | 58 .RetiresOnSaturation(); |
59 EXPECT_CALL(*gl_, FrontFace(GL_CCW)) | 59 EXPECT_CALL(*gl_, FrontFace(GL_CCW)) |
60 .Times(1) | 60 .Times(1) |
61 .RetiresOnSaturation(); | 61 .RetiresOnSaturation(); |
62 EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_DONT_CARE)) | 62 EXPECT_CALL(*gl_, Hint(GL_GENERATE_MIPMAP_HINT, GL_DONT_CARE)) |
63 .Times(1) | 63 .Times(1) |
64 .RetiresOnSaturation(); | 64 .RetiresOnSaturation(); |
65 EXPECT_CALL(*gl_, LineWidth(1.0f)) | 65 EXPECT_CALL(*gl_, LineWidth(1.0f)) |
66 .Times(1) | 66 .Times(1) |
67 .RetiresOnSaturation(); | 67 .RetiresOnSaturation(); |
| 68 EXPECT_CALL(*gl_, PixelStorei(GL_PACK_ALIGNMENT, 4)) |
| 69 .Times(1) |
| 70 .RetiresOnSaturation(); |
| 71 EXPECT_CALL(*gl_, PixelStorei(GL_UNPACK_ALIGNMENT, 4)) |
| 72 .Times(1) |
| 73 .RetiresOnSaturation(); |
68 EXPECT_CALL(*gl_, PolygonOffset(0.0f, 0.0f)) | 74 EXPECT_CALL(*gl_, PolygonOffset(0.0f, 0.0f)) |
69 .Times(1) | 75 .Times(1) |
70 .RetiresOnSaturation(); | 76 .RetiresOnSaturation(); |
71 EXPECT_CALL(*gl_, SampleCoverage(1.0f, false)) | 77 EXPECT_CALL(*gl_, SampleCoverage(1.0f, false)) |
72 .Times(1) | 78 .Times(1) |
73 .RetiresOnSaturation(); | 79 .RetiresOnSaturation(); |
74 EXPECT_CALL( | 80 EXPECT_CALL( |
75 *gl_, Scissor(kViewportX, kViewportY, kViewportWidth, kViewportHeight)) | 81 *gl_, Scissor(kViewportX, kViewportY, kViewportWidth, kViewportHeight)) |
76 .Times(1) | 82 .Times(1) |
77 .RetiresOnSaturation(); | 83 .RetiresOnSaturation(); |
(...skipping 15 matching lines...) Expand all Loading... |
93 EXPECT_CALL(*gl_, StencilOpSeparate(GL_BACK, GL_KEEP, GL_KEEP, GL_KEEP)) | 99 EXPECT_CALL(*gl_, StencilOpSeparate(GL_BACK, GL_KEEP, GL_KEEP, GL_KEEP)) |
94 .Times(1) | 100 .Times(1) |
95 .RetiresOnSaturation(); | 101 .RetiresOnSaturation(); |
96 EXPECT_CALL( | 102 EXPECT_CALL( |
97 *gl_, Viewport(kViewportX, kViewportY, kViewportWidth, kViewportHeight)) | 103 *gl_, Viewport(kViewportX, kViewportY, kViewportWidth, kViewportHeight)) |
98 .Times(1) | 104 .Times(1) |
99 .RetiresOnSaturation(); | 105 .RetiresOnSaturation(); |
100 } | 106 } |
101 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_0_AUTOGEN_H_ | 107 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_UNITTEST_0_AUTOGEN_H_ |
102 | 108 |
OLD | NEW |