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

Side by Side Diff: ui/gl/gl_mock_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/gl_bindings_autogen_mock.cc ('k') | no next file » | 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 GLenum coordType, 515 GLenum coordType,
516 const GLvoid* coords)); 516 const GLvoid* coords));
517 MOCK_METHOD3(PathParameterfNV, void(GLuint path, GLenum pname, GLfloat value)); 517 MOCK_METHOD3(PathParameterfNV, void(GLuint path, GLenum pname, GLfloat value));
518 MOCK_METHOD3(PathParameteriNV, void(GLuint path, GLenum pname, GLint value)); 518 MOCK_METHOD3(PathParameteriNV, void(GLuint path, GLenum pname, GLint value));
519 MOCK_METHOD3(PathStencilFuncNV, void(GLenum func, GLint ref, GLuint mask)); 519 MOCK_METHOD3(PathStencilFuncNV, void(GLenum func, GLint ref, GLuint mask));
520 MOCK_METHOD0(PauseTransformFeedback, void()); 520 MOCK_METHOD0(PauseTransformFeedback, void());
521 MOCK_METHOD2(PixelStorei, void(GLenum pname, GLint param)); 521 MOCK_METHOD2(PixelStorei, void(GLenum pname, GLint param));
522 MOCK_METHOD2(PointParameteri, void(GLenum pname, GLint param)); 522 MOCK_METHOD2(PointParameteri, void(GLenum pname, GLint param));
523 MOCK_METHOD2(PolygonOffset, void(GLfloat factor, GLfloat units)); 523 MOCK_METHOD2(PolygonOffset, void(GLfloat factor, GLfloat units));
524 MOCK_METHOD0(PopGroupMarkerEXT, void()); 524 MOCK_METHOD0(PopGroupMarkerEXT, void());
525 MOCK_METHOD1(PrimitiveRestartIndex, void(GLuint index));
525 MOCK_METHOD4(ProgramBinary, 526 MOCK_METHOD4(ProgramBinary,
526 void(GLuint program, 527 void(GLuint program,
527 GLenum binaryFormat, 528 GLenum binaryFormat,
528 const GLvoid* binary, 529 const GLvoid* binary,
529 GLsizei length)); 530 GLsizei length));
530 MOCK_METHOD3(ProgramParameteri, 531 MOCK_METHOD3(ProgramParameteri,
531 void(GLuint program, GLenum pname, GLint value)); 532 void(GLuint program, GLenum pname, GLint value));
532 MOCK_METHOD5(ProgramPathFragmentInputGenNV, 533 MOCK_METHOD5(ProgramPathFragmentInputGenNV,
533 void(GLuint program, 534 void(GLuint program,
534 GLint location, 535 GLint location,
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 const void* ptr)); 816 const void* ptr));
816 MOCK_METHOD6(VertexAttribPointer, 817 MOCK_METHOD6(VertexAttribPointer,
817 void(GLuint indx, 818 void(GLuint indx,
818 GLint size, 819 GLint size,
819 GLenum type, 820 GLenum type,
820 GLboolean normalized, 821 GLboolean normalized,
821 GLsizei stride, 822 GLsizei stride,
822 const void* ptr)); 823 const void* ptr));
823 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); 824 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height));
824 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); 825 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout));
OLDNEW
« no previous file with comments | « ui/gl/gl_bindings_autogen_mock.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698