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

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, add bogus spec text 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
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 MOCK_METHOD9(CopyTexSubImage3D, 162 MOCK_METHOD9(CopyTexSubImage3D,
163 void(GLenum target, 163 void(GLenum target,
164 GLint level, 164 GLint level,
165 GLint xoffset, 165 GLint xoffset,
166 GLint yoffset, 166 GLint yoffset,
167 GLint zoffset, 167 GLint zoffset,
168 GLint x, 168 GLint x,
169 GLint y, 169 GLint y,
170 GLsizei width, 170 GLsizei width,
171 GLsizei height)); 171 GLsizei height));
172 MOCK_METHOD1(CoverageModulationNV, void(GLenum components));
172 MOCK_METHOD7(CoverFillPathInstancedNV, 173 MOCK_METHOD7(CoverFillPathInstancedNV,
173 void(GLsizei numPaths, 174 void(GLsizei numPaths,
174 GLenum pathNameType, 175 GLenum pathNameType,
175 const void* paths, 176 const void* paths,
176 GLuint pathBase, 177 GLuint pathBase,
177 GLenum coverMode, 178 GLenum coverMode,
178 GLenum transformType, 179 GLenum transformType,
179 const GLfloat* transformValues)); 180 const GLfloat* transformValues));
180 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); 181 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode));
181 MOCK_METHOD7(CoverStrokePathInstancedNV, 182 MOCK_METHOD7(CoverStrokePathInstancedNV,
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 const void* ptr)); 806 const void* ptr));
806 MOCK_METHOD6(VertexAttribPointer, 807 MOCK_METHOD6(VertexAttribPointer,
807 void(GLuint indx, 808 void(GLuint indx,
808 GLint size, 809 GLint size,
809 GLenum type, 810 GLenum type,
810 GLboolean normalized, 811 GLboolean normalized,
811 GLsizei stride, 812 GLsizei stride,
812 const void* ptr)); 813 const void* ptr));
813 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); 814 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height));
814 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); 815 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout));
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698