OLD | NEW |
1 // Copyright (c) 2010 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. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
6 | 6 |
7 // This file is included by gles2_implementation.h to declare the | 7 // This file is included by gles2_implementation.h to declare the |
8 // GL api functions. | 8 // GL api functions. |
9 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 9 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
10 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 10 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
11 | 11 |
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 void ResizeCHROMIUM(GLuint width, GLuint height) { | 884 void ResizeCHROMIUM(GLuint width, GLuint height) { |
885 helper_->ResizeCHROMIUM(width, height); | 885 helper_->ResizeCHROMIUM(width, height); |
886 } | 886 } |
887 | 887 |
888 const GLchar* GetRequestableExtensionsCHROMIUM(); | 888 const GLchar* GetRequestableExtensionsCHROMIUM(); |
889 | 889 |
890 void RequestExtensionCHROMIUM(const char* extension); | 890 void RequestExtensionCHROMIUM(const char* extension); |
891 | 891 |
892 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 892 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
893 | 893 |
OLD | NEW |