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 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1287 void* info) { | 1287 void* info) { |
1288 gles2::GetGLContext()->GetTransformFeedbackVaryingsCHROMIUM(program, bufsize, | 1288 gles2::GetGLContext()->GetTransformFeedbackVaryingsCHROMIUM(program, bufsize, |
1289 size, info); | 1289 size, info); |
1290 } | 1290 } |
1291 void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program, | 1291 void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program, |
1292 GLsizei bufsize, | 1292 GLsizei bufsize, |
1293 GLsizei* size, | 1293 GLsizei* size, |
1294 void* info) { | 1294 void* info) { |
1295 gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info); | 1295 gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info); |
1296 } | 1296 } |
1297 GLuint GL_APIENTRY GLES2CreateStreamTextureCHROMIUM(GLuint texture) { | 1297 GLint GL_APIENTRY GLES2CreateStreamTextureCHROMIUM(GLuint texture) { |
1298 return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture); | 1298 return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture); |
1299 } | 1299 } |
| 1300 void GL_APIENTRY GLES2SetStreamTextureSizeCHROMIUM(GLuint texture, |
| 1301 GLint stream_id, |
| 1302 GLsizei width, |
| 1303 GLsizei height) { |
| 1304 gles2::GetGLContext()->SetStreamTextureSizeCHROMIUM(texture, stream_id, width, |
| 1305 height); |
| 1306 } |
1300 GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer, | 1307 GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer, |
1301 GLsizei width, | 1308 GLsizei width, |
1302 GLsizei height, | 1309 GLsizei height, |
1303 GLenum internalformat) { | 1310 GLenum internalformat) { |
1304 return gles2::GetGLContext()->CreateImageCHROMIUM(buffer, width, height, | 1311 return gles2::GetGLContext()->CreateImageCHROMIUM(buffer, width, height, |
1305 internalformat); | 1312 internalformat); |
1306 } | 1313 } |
1307 void GL_APIENTRY GLES2DestroyImageCHROMIUM(GLuint image_id) { | 1314 void GL_APIENTRY GLES2DestroyImageCHROMIUM(GLuint image_id) { |
1308 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id); | 1315 gles2::GetGLContext()->DestroyImageCHROMIUM(image_id); |
1309 } | 1316 } |
(...skipping 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2679 }, | 2686 }, |
2680 { | 2687 { |
2681 "glGetUniformsES3CHROMIUM", | 2688 "glGetUniformsES3CHROMIUM", |
2682 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM), | 2689 reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM), |
2683 }, | 2690 }, |
2684 { | 2691 { |
2685 "glCreateStreamTextureCHROMIUM", | 2692 "glCreateStreamTextureCHROMIUM", |
2686 reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM), | 2693 reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM), |
2687 }, | 2694 }, |
2688 { | 2695 { |
| 2696 "glSetStreamTextureSizeCHROMIUM", |
| 2697 reinterpret_cast<GLES2FunctionPointer>(glSetStreamTextureSizeCHROMIUM), |
| 2698 }, |
| 2699 { |
2689 "glCreateImageCHROMIUM", | 2700 "glCreateImageCHROMIUM", |
2690 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM), | 2701 reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM), |
2691 }, | 2702 }, |
2692 { | 2703 { |
2693 "glDestroyImageCHROMIUM", | 2704 "glDestroyImageCHROMIUM", |
2694 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), | 2705 reinterpret_cast<GLES2FunctionPointer>(glDestroyImageCHROMIUM), |
2695 }, | 2706 }, |
2696 { | 2707 { |
2697 "glCreateGpuMemoryBufferImageCHROMIUM", | 2708 "glCreateGpuMemoryBufferImageCHROMIUM", |
2698 reinterpret_cast<GLES2FunctionPointer>( | 2709 reinterpret_cast<GLES2FunctionPointer>( |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2978 reinterpret_cast<GLES2FunctionPointer>( | 2989 reinterpret_cast<GLES2FunctionPointer>( |
2979 glApplyScreenSpaceAntialiasingCHROMIUM), | 2990 glApplyScreenSpaceAntialiasingCHROMIUM), |
2980 }, | 2991 }, |
2981 { | 2992 { |
2982 NULL, NULL, | 2993 NULL, NULL, |
2983 }, | 2994 }, |
2984 }; | 2995 }; |
2985 | 2996 |
2986 } // namespace gles2 | 2997 } // namespace gles2 |
2987 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 2998 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
OLD | NEW |