| OLD | NEW |
| 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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 #include "ppapi/shared_impl/opengles2_impl.h" | 9 #include "ppapi/shared_impl/opengles2_impl.h" |
| 10 | 10 |
| (...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 &Viewport | 889 &Viewport |
| 890 }; | 890 }; |
| 891 | 891 |
| 892 } // namespace | 892 } // namespace |
| 893 | 893 |
| 894 const PPB_OpenGLES2* OpenGLES2Impl::GetInterface() { | 894 const PPB_OpenGLES2* OpenGLES2Impl::GetInterface() { |
| 895 return &ppb_opengles2; | 895 return &ppb_opengles2; |
| 896 } | 896 } |
| 897 | 897 |
| 898 } // namespace ppapi | 898 } // namespace ppapi |
| OLD | NEW |