OLD | NEW |
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2009 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 #include <vector> | 5 #include <vector> |
6 #include <string> | 6 #include <string> |
7 #include <map> | 7 #include <map> |
8 #include <build/build_config.h> | 8 #include <build/build_config.h> |
9 #include "base/scoped_ptr.h" | 9 #include "base/scoped_ptr.h" |
10 #define GLES2_GPU_SERVICE 1 | 10 #define GLES2_GPU_SERVICE 1 |
11 #include "gpu/command_buffer/common/gles2_cmd_format.h" | 11 #include "gpu/command_buffer/common/gles2_cmd_format.h" |
(...skipping 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1232 } | 1232 } |
1233 | 1233 |
1234 // Include the auto-generated part of this file. We split this because it means | 1234 // Include the auto-generated part of this file. We split this because it means |
1235 // we can easily edit the non-auto generated parts right here in this file | 1235 // we can easily edit the non-auto generated parts right here in this file |
1236 // instead of having to edit some template or the code generator. | 1236 // instead of having to edit some template or the code generator. |
1237 #include "gpu/command_buffer/service/gles2_cmd_decoder_autogen.h" | 1237 #include "gpu/command_buffer/service/gles2_cmd_decoder_autogen.h" |
1238 | 1238 |
1239 } // namespace gles2 | 1239 } // namespace gles2 |
1240 } // namespace gpu | 1240 } // namespace gpu |
1241 | 1241 |
OLD | NEW |