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 // Tests for GLES2Implementation. | 5 // Tests for GLES2Implementation. |
6 | 6 |
7 #include "gpu/command_buffer/client/gles2_implementation.h" | 7 #include "gpu/command_buffer/client/gles2_implementation.h" |
8 | 8 |
9 #include <GLES2/gl2ext.h> | 9 #include <GLES2/gl2ext.h> |
10 #include <GLES2/gl2extchromium.h> | 10 #include <GLES2/gl2extchromium.h> |
(...skipping 2791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2802 ClearCommands(); | 2802 ClearCommands(); |
2803 gl_->Enable(GL_BLEND); | 2803 gl_->Enable(GL_BLEND); |
2804 EXPECT_TRUE(NoCommandsWritten()); | 2804 EXPECT_TRUE(NoCommandsWritten()); |
2805 } | 2805 } |
2806 | 2806 |
2807 | 2807 |
2808 #include "gpu/command_buffer/client/gles2_implementation_unittest_autogen.h" | 2808 #include "gpu/command_buffer/client/gles2_implementation_unittest_autogen.h" |
2809 | 2809 |
2810 } // namespace gles2 | 2810 } // namespace gles2 |
2811 } // namespace gpu | 2811 } // namespace gpu |
2812 | |
OLD | NEW |