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 // These functions emluate GLES2 over command buffers. | 7 // These functions emluate GLES2 over command buffers. |
8 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 8 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
9 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 9 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
10 | 10 |
11 void GLES2ActiveTexture(GLenum texture) { | 11 void GLES2ActiveTexture(GLenum texture) { |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 GPU_CLIENT_LOG("return:" << result) | 873 GPU_CLIENT_LOG("return:" << result) |
874 return result; | 874 return result; |
875 } | 875 } |
876 void GLES2RequestExtensionCHROMIUM(const char* extension) { | 876 void GLES2RequestExtensionCHROMIUM(const char* extension) { |
877 GPU_CLIENT_LOG("RequestExtensionCHROMIUM" << "(" << extension << ")"); | 877 GPU_CLIENT_LOG("RequestExtensionCHROMIUM" << "(" << extension << ")"); |
878 gles2::GetGLContext()->RequestExtensionCHROMIUM(extension); | 878 gles2::GetGLContext()->RequestExtensionCHROMIUM(extension); |
879 } | 879 } |
880 | 880 |
881 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 881 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
882 | 882 |
OLD | NEW |