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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 GLint GLES2GetFragDataLocation(GLuint program, const char* name) { | 396 GLint GLES2GetFragDataLocation(GLuint program, const char* name) { |
397 return gles2::GetGLContext()->GetFragDataLocation(program, name); | 397 return gles2::GetGLContext()->GetFragDataLocation(program, name); |
398 } | 398 } |
399 void GLES2GetFramebufferAttachmentParameteriv(GLenum target, | 399 void GLES2GetFramebufferAttachmentParameteriv(GLenum target, |
400 GLenum attachment, | 400 GLenum attachment, |
401 GLenum pname, | 401 GLenum pname, |
402 GLint* params) { | 402 GLint* params) { |
403 gles2::GetGLContext()->GetFramebufferAttachmentParameteriv(target, attachment, | 403 gles2::GetGLContext()->GetFramebufferAttachmentParameteriv(target, attachment, |
404 pname, params); | 404 pname, params); |
405 } | 405 } |
| 406 void GLES2GetInteger64v(GLenum pname, GLint64* params) { |
| 407 gles2::GetGLContext()->GetInteger64v(pname, params); |
| 408 } |
| 409 void GLES2GetIntegeri_v(GLenum pname, GLuint index, GLint* data) { |
| 410 gles2::GetGLContext()->GetIntegeri_v(pname, index, data); |
| 411 } |
| 412 void GLES2GetInteger64i_v(GLenum pname, GLuint index, GLint64* data) { |
| 413 gles2::GetGLContext()->GetInteger64i_v(pname, index, data); |
| 414 } |
406 void GLES2GetIntegerv(GLenum pname, GLint* params) { | 415 void GLES2GetIntegerv(GLenum pname, GLint* params) { |
407 gles2::GetGLContext()->GetIntegerv(pname, params); | 416 gles2::GetGLContext()->GetIntegerv(pname, params); |
408 } | 417 } |
409 void GLES2GetInternalformativ(GLenum target, | 418 void GLES2GetInternalformativ(GLenum target, |
410 GLenum format, | 419 GLenum format, |
411 GLenum pname, | 420 GLenum pname, |
412 GLsizei bufSize, | 421 GLsizei bufSize, |
413 GLint* params) { | 422 GLint* params) { |
414 gles2::GetGLContext()->GetInternalformativ(target, format, pname, bufSize, | 423 gles2::GetGLContext()->GetInternalformativ(target, format, pname, bufSize, |
415 params); | 424 params); |
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1689 { | 1698 { |
1690 "glGetFragDataLocation", | 1699 "glGetFragDataLocation", |
1691 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataLocation), | 1700 reinterpret_cast<GLES2FunctionPointer>(glGetFragDataLocation), |
1692 }, | 1701 }, |
1693 { | 1702 { |
1694 "glGetFramebufferAttachmentParameteriv", | 1703 "glGetFramebufferAttachmentParameteriv", |
1695 reinterpret_cast<GLES2FunctionPointer>( | 1704 reinterpret_cast<GLES2FunctionPointer>( |
1696 glGetFramebufferAttachmentParameteriv), | 1705 glGetFramebufferAttachmentParameteriv), |
1697 }, | 1706 }, |
1698 { | 1707 { |
| 1708 "glGetInteger64v", |
| 1709 reinterpret_cast<GLES2FunctionPointer>(glGetInteger64v), |
| 1710 }, |
| 1711 { |
| 1712 "glGetIntegeri_v", |
| 1713 reinterpret_cast<GLES2FunctionPointer>(glGetIntegeri_v), |
| 1714 }, |
| 1715 { |
| 1716 "glGetInteger64i_v", |
| 1717 reinterpret_cast<GLES2FunctionPointer>(glGetInteger64i_v), |
| 1718 }, |
| 1719 { |
1699 "glGetIntegerv", | 1720 "glGetIntegerv", |
1700 reinterpret_cast<GLES2FunctionPointer>(glGetIntegerv), | 1721 reinterpret_cast<GLES2FunctionPointer>(glGetIntegerv), |
1701 }, | 1722 }, |
1702 { | 1723 { |
1703 "glGetInternalformativ", | 1724 "glGetInternalformativ", |
1704 reinterpret_cast<GLES2FunctionPointer>(glGetInternalformativ), | 1725 reinterpret_cast<GLES2FunctionPointer>(glGetInternalformativ), |
1705 }, | 1726 }, |
1706 { | 1727 { |
1707 "glGetProgramiv", | 1728 "glGetProgramiv", |
1708 reinterpret_cast<GLES2FunctionPointer>(glGetProgramiv), | 1729 reinterpret_cast<GLES2FunctionPointer>(glGetProgramiv), |
(...skipping 833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2542 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), | 2563 reinterpret_cast<GLES2FunctionPointer>(glBlendBarrierKHR), |
2543 }, | 2564 }, |
2544 { | 2565 { |
2545 NULL, | 2566 NULL, |
2546 NULL, | 2567 NULL, |
2547 }, | 2568 }, |
2548 }; | 2569 }; |
2549 | 2570 |
2550 } // namespace gles2 | 2571 } // namespace gles2 |
2551 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ | 2572 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_C_LIB_AUTOGEN_H_ |
OLD | NEW |