| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 989 | 989 |
| 990 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, | 990 GLuint CreateAndConsumeTextureCHROMIUM(GLenum target, |
| 991 const GLbyte* mailbox) override; | 991 const GLbyte* mailbox) override; |
| 992 | 992 |
| 993 void BindUniformLocationCHROMIUM(GLuint program, | 993 void BindUniformLocationCHROMIUM(GLuint program, |
| 994 GLint location, | 994 GLint location, |
| 995 const char* name) override; | 995 const char* name) override; |
| 996 | 996 |
| 997 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 997 void BindTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 998 | 998 |
| 999 void BindTexImage2DWithInternalformatCHROMIUM(GLenum target, | |
| 1000 GLenum internalformat, | |
| 1001 GLint imageId) override; | |
| 1002 | |
| 1003 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; | 999 void ReleaseTexImage2DCHROMIUM(GLenum target, GLint imageId) override; |
| 1004 | 1000 |
| 1005 void TraceBeginCHROMIUM(const char* category_name, | 1001 void TraceBeginCHROMIUM(const char* category_name, |
| 1006 const char* trace_name) override; | 1002 const char* trace_name) override; |
| 1007 | 1003 |
| 1008 void TraceEndCHROMIUM() override; | 1004 void TraceEndCHROMIUM() override; |
| 1009 | 1005 |
| 1010 void DiscardFramebufferEXT(GLenum target, | 1006 void DiscardFramebufferEXT(GLenum target, |
| 1011 GLsizei count, | 1007 GLsizei count, |
| 1012 const GLenum* attachments) override; | 1008 const GLenum* attachments) override; |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1225 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; | 1221 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; |
| 1226 | 1222 |
| 1227 void SetDrawRectangleCHROMIUM(GLint x, | 1223 void SetDrawRectangleCHROMIUM(GLint x, |
| 1228 GLint y, | 1224 GLint y, |
| 1229 GLint width, | 1225 GLint width, |
| 1230 GLint height) override; | 1226 GLint height) override; |
| 1231 | 1227 |
| 1232 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; | 1228 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; |
| 1233 | 1229 |
| 1234 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1230 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |