| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 (width, height, scale_factor)) | 146 (width, height, scale_factor)) |
| 147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) | 147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) |
| 148 VISIT_GL_CALL(RequestExtensionCHROMIUM, | 148 VISIT_GL_CALL(RequestExtensionCHROMIUM, |
| 149 void, | 149 void, |
| 150 (const char* extension), | 150 (const char* extension), |
| 151 (extension)) | 151 (extension)) |
| 152 VISIT_GL_CALL(GetProgramInfoCHROMIUM, | 152 VISIT_GL_CALL(GetProgramInfoCHROMIUM, |
| 153 void, | 153 void, |
| 154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), | 154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), |
| 155 (program, bufsize, size, info)) | 155 (program, bufsize, size, info)) |
| 156 VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture)) | |
| 157 VISIT_GL_CALL( | 156 VISIT_GL_CALL( |
| 158 CreateImageCHROMIUM, | 157 CreateImageCHROMIUM, |
| 159 GLuint, | 158 GLuint, |
| 160 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), | 159 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), |
| 161 (buffer, width, height, internalformat)) | 160 (buffer, width, height, internalformat)) |
| 162 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id)) | 161 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id)) |
| 163 VISIT_GL_CALL( | 162 VISIT_GL_CALL( |
| 164 CreateGpuMemoryBufferImageCHROMIUM, | 163 CreateGpuMemoryBufferImageCHROMIUM, |
| 165 GLuint, | 164 GLuint, |
| 166 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage), | 165 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage), |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 void, | 559 void, |
| 561 (GLuint program, | 560 (GLuint program, |
| 562 GLint location, | 561 GLint location, |
| 563 GLenum genMode, | 562 GLenum genMode, |
| 564 GLint components, | 563 GLint components, |
| 565 const GLfloat* coeffs), | 564 const GLfloat* coeffs), |
| 566 (program, location, genMode, components, coeffs)) | 565 (program, location, genMode, components, coeffs)) |
| 567 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) | 566 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) |
| 568 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) | 567 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) |
| 569 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) | 568 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) |
| OLD | NEW |