Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Side by Side Diff: ui/gl/gl_bindings_api_autogen_gl.h

Issue 1822643002: [Command buffer] Enable primitive restart for WebGL 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix coding style and update webgl2_conformance_expectations.py Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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;
OLDNEW
« no previous file with comments | « ui/gl/generate_bindings.py ('k') | ui/gl/gl_bindings_autogen_gl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698