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

Side by Side Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h

Issue 16240016: gpu: Make pack/unpack alignment part of autogenerated state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort states. Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698