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

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

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase for commit Created 5 years 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_enums_implementation_autogen.h ('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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 MOCK_METHOD9(CopyTexSubImage3D, 170 MOCK_METHOD9(CopyTexSubImage3D,
171 void(GLenum target, 171 void(GLenum target,
172 GLint level, 172 GLint level,
173 GLint xoffset, 173 GLint xoffset,
174 GLint yoffset, 174 GLint yoffset,
175 GLint zoffset, 175 GLint zoffset,
176 GLint x, 176 GLint x,
177 GLint y, 177 GLint y,
178 GLsizei width, 178 GLsizei width,
179 GLsizei height)); 179 GLsizei height));
180 MOCK_METHOD1(CoverageModulationNV, void(GLenum components));
180 MOCK_METHOD7(CoverFillPathInstancedNV, 181 MOCK_METHOD7(CoverFillPathInstancedNV,
181 void(GLsizei numPaths, 182 void(GLsizei numPaths,
182 GLenum pathNameType, 183 GLenum pathNameType,
183 const void* paths, 184 const void* paths,
184 GLuint pathBase, 185 GLuint pathBase,
185 GLenum coverMode, 186 GLenum coverMode,
186 GLenum transformType, 187 GLenum transformType,
187 const GLfloat* transformValues)); 188 const GLfloat* transformValues));
188 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); 189 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode));
189 MOCK_METHOD7(CoverStrokePathInstancedNV, 190 MOCK_METHOD7(CoverStrokePathInstancedNV,
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 const void* ptr)); 815 const void* ptr));
815 MOCK_METHOD6(VertexAttribPointer, 816 MOCK_METHOD6(VertexAttribPointer,
816 void(GLuint indx, 817 void(GLuint indx,
817 GLint size, 818 GLint size,
818 GLenum type, 819 GLenum type,
819 GLboolean normalized, 820 GLboolean normalized,
820 GLsizei stride, 821 GLsizei stride,
821 const void* ptr)); 822 const void* ptr));
822 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); 823 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height));
823 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); 824 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout));
OLDNEW
« no previous file with comments | « ui/gl/gl_enums_implementation_autogen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698