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

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

Issue 2440783002: Load missing glGetInternalformativRobustANGLE entry point. (Closed)
Patch Set: Created 4 years, 2 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_mock_autogen_gl.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 void glGetIntegervFn(GLenum pname, GLint* params) override {} 449 void glGetIntegervFn(GLenum pname, GLint* params) override {}
450 void glGetIntegervRobustANGLEFn(GLenum pname, 450 void glGetIntegervRobustANGLEFn(GLenum pname,
451 GLsizei bufSize, 451 GLsizei bufSize,
452 GLsizei* length, 452 GLsizei* length,
453 GLint* data) override {} 453 GLint* data) override {}
454 void glGetInternalformativFn(GLenum target, 454 void glGetInternalformativFn(GLenum target,
455 GLenum internalformat, 455 GLenum internalformat,
456 GLenum pname, 456 GLenum pname,
457 GLsizei bufSize, 457 GLsizei bufSize,
458 GLint* params) override {} 458 GLint* params) override {}
459 void glGetInternalformativRobustANGLEFn(GLenum target,
460 GLenum internalformat,
461 GLenum pname,
462 GLsizei bufSize,
463 GLsizei* length,
464 GLint* params) override {}
459 void glGetMultisamplefvRobustANGLEFn(GLenum pname, 465 void glGetMultisamplefvRobustANGLEFn(GLenum pname,
460 GLuint index, 466 GLuint index,
461 GLsizei bufSize, 467 GLsizei bufSize,
462 GLsizei* length, 468 GLsizei* length,
463 GLfloat* val) override {} 469 GLfloat* val) override {}
464 void glGetnUniformfvRobustANGLEFn(GLuint program, 470 void glGetnUniformfvRobustANGLEFn(GLuint program,
465 GLint location, 471 GLint location,
466 GLsizei bufSize, 472 GLsizei bufSize,
467 GLsizei* length, 473 GLsizei* length,
468 GLfloat* params) override {} 474 GLfloat* params) override {}
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 GLsizei stride, 1191 GLsizei stride,
1186 const void* ptr) override {} 1192 const void* ptr) override {}
1187 void glVertexAttribPointerFn(GLuint indx, 1193 void glVertexAttribPointerFn(GLuint indx,
1188 GLint size, 1194 GLint size,
1189 GLenum type, 1195 GLenum type,
1190 GLboolean normalized, 1196 GLboolean normalized,
1191 GLsizei stride, 1197 GLsizei stride,
1192 const void* ptr) override {} 1198 const void* ptr) override {}
1193 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {} 1199 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override {}
1194 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; 1200 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
OLDNEW
« no previous file with comments | « ui/gl/gl_mock_autogen_gl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698