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

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

Issue 1341423006: Removing GL context rate limiting feature and related wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed mojo autogens Created 5 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 | « ppapi/lib/gl/include/GLES2/gl2ext.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 // 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(ResizeCHROMIUM,
144 void, 144 void,
145 (GLuint width, GLuint height, GLfloat scale_factor), 145 (GLuint width, GLuint height, GLfloat scale_factor),
146 (width, height, scale_factor)) 146 (width, height, scale_factor))
147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ()) 147 VISIT_GL_CALL(GetRequestableExtensionsCHROMIUM, const GLchar*, (), ())
148 VISIT_GL_CALL(RequestExtensionCHROMIUM, 148 VISIT_GL_CALL(RequestExtensionCHROMIUM,
149 void, 149 void,
150 (const char* extension), 150 (const char* extension),
151 (extension)) 151 (extension))
152 VISIT_GL_CALL(RateLimitOffscreenContextCHROMIUM, void, (), ())
153 VISIT_GL_CALL(GetProgramInfoCHROMIUM, 152 VISIT_GL_CALL(GetProgramInfoCHROMIUM,
154 void, 153 void,
155 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), 154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info),
156 (program, bufsize, size, info)) 155 (program, bufsize, size, info))
157 VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture)) 156 VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
158 VISIT_GL_CALL( 157 VISIT_GL_CALL(
159 CreateImageCHROMIUM, 158 CreateImageCHROMIUM,
160 GLuint, 159 GLuint,
161 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), 160 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat),
162 (buffer, width, height, internalformat)) 161 (buffer, width, height, internalformat))
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 void, 413 void,
415 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode), 414 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode),
416 (path, fillMode, mask, coverMode)) 415 (path, fillMode, mask, coverMode))
417 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM, 416 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM,
418 void, 417 void,
419 (GLuint path, GLint reference, GLuint mask, GLenum coverMode), 418 (GLuint path, GLint reference, GLuint mask, GLenum coverMode),
420 (path, reference, mask, coverMode)) 419 (path, reference, mask, coverMode))
421 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) 420 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
422 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) 421 VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
423 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) 422 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ())
OLDNEW
« no previous file with comments | « ppapi/lib/gl/include/GLES2/gl2ext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698