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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 GLsizei width, | 944 GLsizei width, |
945 GLsizei height, | 945 GLsizei height, |
946 GLboolean unpack_flip_y, | 946 GLboolean unpack_flip_y, |
947 GLboolean unpack_premultiply_alpha, | 947 GLboolean unpack_premultiply_alpha, |
948 GLboolean unpack_unmultiply_alpha) override; | 948 GLboolean unpack_unmultiply_alpha) override; |
949 | 949 |
950 void CompressedCopyTextureCHROMIUM(GLenum target, | 950 void CompressedCopyTextureCHROMIUM(GLenum target, |
951 GLenum source_id, | 951 GLenum source_id, |
952 GLenum dest_id) override; | 952 GLenum dest_id) override; |
953 | 953 |
954 void CompressedCopySubTextureCHROMIUM(GLenum target, | |
955 GLenum source_id, | |
956 GLenum dest_id, | |
957 GLint xoffset, | |
958 GLint yoffset, | |
959 GLint x, | |
960 GLint y, | |
961 GLsizei width, | |
962 GLsizei height) override; | |
963 | |
964 void DrawArraysInstancedANGLE(GLenum mode, | 954 void DrawArraysInstancedANGLE(GLenum mode, |
965 GLint first, | 955 GLint first, |
966 GLsizei count, | 956 GLsizei count, |
967 GLsizei primcount) override; | 957 GLsizei primcount) override; |
968 | 958 |
969 void DrawElementsInstancedANGLE(GLenum mode, | 959 void DrawElementsInstancedANGLE(GLenum mode, |
970 GLsizei count, | 960 GLsizei count, |
971 GLenum type, | 961 GLenum type, |
972 const void* indices, | 962 const void* indices, |
973 GLsizei primcount) override; | 963 GLsizei primcount) override; |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1195 GLuint index, | 1185 GLuint index, |
1196 const char* name) override; | 1186 const char* name) override; |
1197 | 1187 |
1198 void BindFragDataLocationEXT(GLuint program, | 1188 void BindFragDataLocationEXT(GLuint program, |
1199 GLuint colorNumber, | 1189 GLuint colorNumber, |
1200 const char* name) override; | 1190 const char* name) override; |
1201 | 1191 |
1202 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 1192 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
1203 | 1193 |
1204 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1194 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |