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

Side by Side Diff: mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1474873003: Add alpha argument to glResizeCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.cc » ('j') | 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 // gpu/command_buffer/build_gles2_cmd_buffer.py 6 // gpu/command_buffer/build_gles2_cmd_buffer.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 GLint level, 133 GLint level,
134 GLint xoffset, 134 GLint xoffset,
135 GLint yoffset, 135 GLint yoffset,
136 GLsizei width, 136 GLsizei width,
137 GLsizei height, 137 GLsizei height,
138 GLenum format, 138 GLenum format,
139 GLenum type, 139 GLenum type,
140 GLenum access), 140 GLenum access),
141 (target, level, xoffset, yoffset, width, height, format, type, access)) 141 (target, level, xoffset, yoffset, width, height, format, type, access))
142 VISIT_GL_CALL(UnmapTexSubImage2DCHROMIUM, void, (const void* mem), (mem)) 142 VISIT_GL_CALL(UnmapTexSubImage2DCHROMIUM, void, (const void* mem), (mem))
143 VISIT_GL_CALL(ResizeCHROMIUM, 143 VISIT_GL_CALL(
144 void, 144 ResizeCHROMIUM,
145 (GLuint width, GLuint height, GLfloat scale_factor), 145 void,
146 (width, height, scale_factor)) 146 (GLuint width, GLuint height, GLfloat scale_factor, GLboolean alpha),
147 (width, height, scale_factor, alpha))
147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) 148 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ())
148 VISIT_GL_CALL(RequestExtensionCHROMIUM, 149 VISIT_GL_CALL(RequestExtensionCHROMIUM,
149 void, 150 void,
150 (const char* extension), 151 (const char* extension),
151 (extension)) 152 (extension))
152 VISIT_GL_CALL(GetProgramInfoCHROMIUM, 153 VISIT_GL_CALL(GetProgramInfoCHROMIUM,
153 void, 154 void,
154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), 155 (GLuint program, GLsizei bufsize, GLsizei* size, void* info),
155 (program, bufsize, size, info)) 156 (program, bufsize, size, info))
156 VISIT_GL_CALL( 157 VISIT_GL_CALL(
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 void, 560 void,
560 (GLuint program, 561 (GLuint program,
561 GLint location, 562 GLint location,
562 GLenum genMode, 563 GLenum genMode,
563 GLint components, 564 GLint components,
564 const GLfloat* coeffs), 565 const GLfloat* coeffs),
565 (program, location, genMode, components, coeffs)) 566 (program, location, genMode, components, coeffs))
566 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) 567 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
567 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) 568 VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
568 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) 569 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ())
OLDNEW
« no previous file with comments | « mojo/gpu/mojo_gles2_impl_autogen.cc ('k') | ppapi/shared_impl/ppb_graphics_3d_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698