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

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

Issue 1309743005: command_buffer: Implement EXT_blend_func_extended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 MOCK_METHOD4( 333 MOCK_METHOD4(
334 GetAttachedShaders, 334 GetAttachedShaders,
335 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)); 335 void(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders));
336 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name)); 336 MOCK_METHOD2(GetAttribLocation, GLint(GLuint program, const char* name));
337 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params)); 337 MOCK_METHOD2(GetBooleanv, void(GLenum pname, GLboolean* params));
338 MOCK_METHOD3(GetBufferParameteriv, 338 MOCK_METHOD3(GetBufferParameteriv,
339 void(GLenum target, GLenum pname, GLint* params)); 339 void(GLenum target, GLenum pname, GLint* params));
340 MOCK_METHOD0(GetError, GLenum()); 340 MOCK_METHOD0(GetError, GLenum());
341 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params)); 341 MOCK_METHOD3(GetFenceivNV, void(GLuint fence, GLenum pname, GLint* params));
342 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params)); 342 MOCK_METHOD2(GetFloatv, void(GLenum pname, GLfloat* params));
343 MOCK_METHOD2(GetFragDataIndex, GLint(GLuint program, const char* name));
343 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name)); 344 MOCK_METHOD2(GetFragDataLocation, GLint(GLuint program, const char* name));
344 MOCK_METHOD4( 345 MOCK_METHOD4(
345 GetFramebufferAttachmentParameterivEXT, 346 GetFramebufferAttachmentParameterivEXT,
346 void(GLenum target, GLenum attachment, GLenum pname, GLint* params)); 347 void(GLenum target, GLenum attachment, GLenum pname, GLint* params));
347 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum()); 348 MOCK_METHOD0(GetGraphicsResetStatusARB, GLenum());
348 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data)); 349 MOCK_METHOD3(GetInteger64i_v, void(GLenum target, GLuint index, GLint64* data));
349 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params)); 350 MOCK_METHOD2(GetInteger64v, void(GLenum pname, GLint64* params));
350 MOCK_METHOD3(GetIntegeri_v, void(GLenum target, GLuint index, GLint* data)); 351 MOCK_METHOD3(GetIntegeri_v, void(GLenum target, GLuint index, GLint* data));
351 MOCK_METHOD2(GetIntegerv, void(GLenum pname, GLint* params)); 352 MOCK_METHOD2(GetIntegerv, void(GLenum pname, GLint* params));
352 MOCK_METHOD5(GetInternalformativ, 353 MOCK_METHOD5(GetInternalformativ,
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 const void* ptr)); 805 const void* ptr));
805 MOCK_METHOD6(VertexAttribPointer, 806 MOCK_METHOD6(VertexAttribPointer,
806 void(GLuint indx, 807 void(GLuint indx,
807 GLint size, 808 GLint size,
808 GLenum type, 809 GLenum type,
809 GLboolean normalized, 810 GLboolean normalized,
810 GLsizei stride, 811 GLsizei stride,
811 const void* ptr)); 812 const void* ptr));
812 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); 813 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height));
813 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); 814 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