| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 426 void, | 425 void, |
| 427 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode), | 426 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode), |
| 428 (path, fillMode, mask, coverMode)) | 427 (path, fillMode, mask, coverMode)) |
| 429 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM, | 428 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM, |
| 430 void, | 429 void, |
| 431 (GLuint path, GLint reference, GLuint mask, GLenum coverMode), | 430 (GLuint path, GLint reference, GLuint mask, GLenum coverMode), |
| 432 (path, reference, mask, coverMode)) | 431 (path, reference, mask, coverMode)) |
| 433 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) | 432 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) |
| 434 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) | 433 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) |
| 435 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) | 434 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) |
| OLD | NEW |