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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 (category_name, trace_name)) | 301 (category_name, trace_name)) |
302 VISIT_GL_CALL(TraceEndCHROMIUM, void, (), ()) | 302 VISIT_GL_CALL(TraceEndCHROMIUM, void, (), ()) |
303 VISIT_GL_CALL(DiscardFramebufferEXT, | 303 VISIT_GL_CALL(DiscardFramebufferEXT, |
304 void, | 304 void, |
305 (GLenum target, GLsizei count, const GLenum* attachments), | 305 (GLenum target, GLsizei count, const GLenum* attachments), |
306 (target, count, attachments)) | 306 (target, count, attachments)) |
307 VISIT_GL_CALL(LoseContextCHROMIUM, | 307 VISIT_GL_CALL(LoseContextCHROMIUM, |
308 void, | 308 void, |
309 (GLenum current, GLenum other), | 309 (GLenum current, GLenum other), |
310 (current, other)) | 310 (current, other)) |
311 VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ()) | |
312 VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point)) | |
313 VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint64, (), ()) | 311 VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint64, (), ()) |
314 VISIT_GL_CALL(GenSyncTokenCHROMIUM, | 312 VISIT_GL_CALL(GenSyncTokenCHROMIUM, |
315 void, | 313 void, |
316 (GLuint64 fence_sync, GLbyte* sync_token), | 314 (GLuint64 fence_sync, GLbyte* sync_token), |
317 (fence_sync, sync_token)) | 315 (fence_sync, sync_token)) |
318 VISIT_GL_CALL(GenUnverifiedSyncTokenCHROMIUM, | 316 VISIT_GL_CALL(GenUnverifiedSyncTokenCHROMIUM, |
319 void, | 317 void, |
320 (GLuint64 fence_sync, GLbyte* sync_token), | 318 (GLuint64 fence_sync, GLbyte* sync_token), |
321 (fence_sync, sync_token)) | 319 (fence_sync, sync_token)) |
322 VISIT_GL_CALL(VerifySyncTokensCHROMIUM, | 320 VISIT_GL_CALL(VerifySyncTokensCHROMIUM, |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 (GLuint program, GLuint colorNumber, GLuint index, const char* name), | 571 (GLuint program, GLuint colorNumber, GLuint index, const char* name), |
574 (program, colorNumber, index, name)) | 572 (program, colorNumber, index, name)) |
575 VISIT_GL_CALL(BindFragDataLocationEXT, | 573 VISIT_GL_CALL(BindFragDataLocationEXT, |
576 void, | 574 void, |
577 (GLuint program, GLuint colorNumber, const char* name), | 575 (GLuint program, GLuint colorNumber, const char* name), |
578 (program, colorNumber, name)) | 576 (program, colorNumber, name)) |
579 VISIT_GL_CALL(GetFragDataIndexEXT, | 577 VISIT_GL_CALL(GetFragDataIndexEXT, |
580 GLint, | 578 GLint, |
581 (GLuint program, const char* name), | 579 (GLuint program, const char* name), |
582 (program, name)) | 580 (program, name)) |
OLD | NEW |