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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1003 const char* trace_name) override; | 1003 const char* trace_name) override; |
1004 | 1004 |
1005 void TraceEndCHROMIUM() override; | 1005 void TraceEndCHROMIUM() override; |
1006 | 1006 |
1007 void DiscardFramebufferEXT(GLenum target, | 1007 void DiscardFramebufferEXT(GLenum target, |
1008 GLsizei count, | 1008 GLsizei count, |
1009 const GLenum* attachments) override; | 1009 const GLenum* attachments) override; |
1010 | 1010 |
1011 void LoseContextCHROMIUM(GLenum current, GLenum other) override; | 1011 void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
1012 | 1012 |
1013 GLuint InsertSyncPointCHROMIUM() override; | |
1014 | |
1015 void WaitSyncPointCHROMIUM(GLuint sync_point) override; | |
1016 | |
1017 GLuint64 InsertFenceSyncCHROMIUM() override; | 1013 GLuint64 InsertFenceSyncCHROMIUM() override; |
1018 | 1014 |
1019 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; | 1015 void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
1020 | 1016 |
1021 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, | 1017 void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |
1022 GLbyte* sync_token) override; | 1018 GLbyte* sync_token) override; |
1023 | 1019 |
1024 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; | 1020 void VerifySyncTokensCHROMIUM(GLbyte** sync_tokens, GLsizei count) override; |
1025 | 1021 |
1026 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; | 1022 void WaitSyncTokenCHROMIUM(const GLbyte* sync_token) override; |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1183 GLuint index, | 1179 GLuint index, |
1184 const char* name) override; | 1180 const char* name) override; |
1185 | 1181 |
1186 void BindFragDataLocationEXT(GLuint program, | 1182 void BindFragDataLocationEXT(GLuint program, |
1187 GLuint colorNumber, | 1183 GLuint colorNumber, |
1188 const char* name) override; | 1184 const char* name) override; |
1189 | 1185 |
1190 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 1186 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
1191 | 1187 |
1192 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1188 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |