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 // ui/gl/generate_bindings.py | 6 // ui/gl/generate_bindings.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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 GLenum coordType, | 519 GLenum coordType, |
520 const GLvoid* coords) override; | 520 const GLvoid* coords) override; |
521 void glPathParameterfNVFn(GLuint path, GLenum pname, GLfloat value) override; | 521 void glPathParameterfNVFn(GLuint path, GLenum pname, GLfloat value) override; |
522 void glPathParameteriNVFn(GLuint path, GLenum pname, GLint value) override; | 522 void glPathParameteriNVFn(GLuint path, GLenum pname, GLint value) override; |
523 void glPathStencilFuncNVFn(GLenum func, GLint ref, GLuint mask) override; | 523 void glPathStencilFuncNVFn(GLenum func, GLint ref, GLuint mask) override; |
524 void glPauseTransformFeedbackFn(void) override; | 524 void glPauseTransformFeedbackFn(void) override; |
525 void glPixelStoreiFn(GLenum pname, GLint param) override; | 525 void glPixelStoreiFn(GLenum pname, GLint param) override; |
526 void glPointParameteriFn(GLenum pname, GLint param) override; | 526 void glPointParameteriFn(GLenum pname, GLint param) override; |
527 void glPolygonOffsetFn(GLfloat factor, GLfloat units) override; | 527 void glPolygonOffsetFn(GLfloat factor, GLfloat units) override; |
528 void glPopGroupMarkerEXTFn(void) override; | 528 void glPopGroupMarkerEXTFn(void) override; |
| 529 void glPrimitiveRestartIndexFn(GLuint index) override; |
529 void glProgramBinaryFn(GLuint program, | 530 void glProgramBinaryFn(GLuint program, |
530 GLenum binaryFormat, | 531 GLenum binaryFormat, |
531 const GLvoid* binary, | 532 const GLvoid* binary, |
532 GLsizei length) override; | 533 GLsizei length) override; |
533 void glProgramParameteriFn(GLuint program, GLenum pname, GLint value) override; | 534 void glProgramParameteriFn(GLuint program, GLenum pname, GLint value) override; |
534 void glProgramPathFragmentInputGenNVFn(GLuint program, | 535 void glProgramPathFragmentInputGenNVFn(GLuint program, |
535 GLint location, | 536 GLint location, |
536 GLenum genMode, | 537 GLenum genMode, |
537 GLint components, | 538 GLint components, |
538 const GLfloat* coeffs) override; | 539 const GLfloat* coeffs) override; |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
824 GLsizei stride, | 825 GLsizei stride, |
825 const void* ptr) override; | 826 const void* ptr) override; |
826 void glVertexAttribPointerFn(GLuint indx, | 827 void glVertexAttribPointerFn(GLuint indx, |
827 GLint size, | 828 GLint size, |
828 GLenum type, | 829 GLenum type, |
829 GLboolean normalized, | 830 GLboolean normalized, |
830 GLsizei stride, | 831 GLsizei stride, |
831 const void* ptr) override; | 832 const void* ptr) override; |
832 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; | 833 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; |
833 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; | 834 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; |
OLD | NEW |