| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 void, | 358 void, |
| 359 (GLuint contents_texture_id, | 359 (GLuint contents_texture_id, |
| 360 const GLfloat* contents_rect, | 360 const GLfloat* contents_rect, |
| 361 GLfloat opacity, | 361 GLfloat opacity, |
| 362 GLuint background_color, | 362 GLuint background_color, |
| 363 GLuint edge_aa_mask, | 363 GLuint edge_aa_mask, |
| 364 const GLfloat* bounds_rect, | 364 const GLfloat* bounds_rect, |
| 365 GLboolean is_clipped, | 365 GLboolean is_clipped, |
| 366 const GLfloat* clip_rect, | 366 const GLfloat* clip_rect, |
| 367 GLint sorting_context_id, | 367 GLint sorting_context_id, |
| 368 const GLfloat* transform), | 368 const GLfloat* transform, |
| 369 GLuint filter), |
| 369 (contents_texture_id, | 370 (contents_texture_id, |
| 370 contents_rect, | 371 contents_rect, |
| 371 opacity, | 372 opacity, |
| 372 background_color, | 373 background_color, |
| 373 edge_aa_mask, | 374 edge_aa_mask, |
| 374 bounds_rect, | 375 bounds_rect, |
| 375 is_clipped, | 376 is_clipped, |
| 376 clip_rect, | 377 clip_rect, |
| 377 sorting_context_id, | 378 sorting_context_id, |
| 378 transform)) | 379 transform, |
| 380 filter)) |
| 379 VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ()) | 381 VISIT_GL_CALL(CommitOverlayPlanesCHROMIUM, void, (), ()) |
| 380 VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval)) | 382 VISIT_GL_CALL(SwapInterval, void, (GLint interval), (interval)) |
| 381 VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ()) | 383 VISIT_GL_CALL(FlushDriverCachesCHROMIUM, void, (), ()) |
| 382 VISIT_GL_CALL(GetLastFlushIdCHROMIUM, GLuint, (), ()) | 384 VISIT_GL_CALL(GetLastFlushIdCHROMIUM, GLuint, (), ()) |
| 383 VISIT_GL_CALL(MatrixLoadfCHROMIUM, | 385 VISIT_GL_CALL(MatrixLoadfCHROMIUM, |
| 384 void, | 386 void, |
| 385 (GLenum matrixMode, const GLfloat* m), | 387 (GLenum matrixMode, const GLfloat* m), |
| 386 (matrixMode, m)) | 388 (matrixMode, m)) |
| 387 VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM, | 389 VISIT_GL_CALL(MatrixLoadIdentityCHROMIUM, |
| 388 void, | 390 void, |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 VISIT_GL_CALL(GetFragDataIndexEXT, | 580 VISIT_GL_CALL(GetFragDataIndexEXT, |
| 579 GLint, | 581 GLint, |
| 580 (GLuint program, const char* name), | 582 (GLuint program, const char* name), |
| 581 (program, name)) | 583 (program, name)) |
| 582 VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM, | 584 VISIT_GL_CALL(UniformMatrix4fvStreamTextureMatrixCHROMIUM, |
| 583 void, | 585 void, |
| 584 (GLint location, | 586 (GLint location, |
| 585 GLboolean transpose, | 587 GLboolean transpose, |
| 586 const GLfloat* default_value), | 588 const GLfloat* default_value), |
| 587 (location, transpose, default_value)) | 589 (location, transpose, default_value)) |
| OLD | NEW |