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

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

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 // 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(GetProgramInfoCHROMIUM, 152 VISIT_GL_CALL(GetProgramInfoCHROMIUM,
153 void, 153 void,
154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info), 154 (GLuint program, GLsizei bufsize, GLsizei* size, void* info),
155 (program, bufsize, size, info)) 155 (program, bufsize, size, info))
156 VISIT_GL_CALL(CreateStreamTextureCHROMIUM, GLuint, (GLuint texture), (texture))
157 VISIT_GL_CALL( 156 VISIT_GL_CALL(
158 CreateImageCHROMIUM, 157 CreateImageCHROMIUM,
159 GLuint, 158 GLuint,
160 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat), 159 (ClientBuffer buffer, GLsizei width, GLsizei height, GLenum internalformat),
161 (buffer, width, height, internalformat)) 160 (buffer, width, height, internalformat))
162 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id)) 161 VISIT_GL_CALL(DestroyImageCHROMIUM, void, (GLuint image_id), (image_id))
163 VISIT_GL_CALL( 162 VISIT_GL_CALL(
164 CreateGpuMemoryBufferImageCHROMIUM, 163 CreateGpuMemoryBufferImageCHROMIUM,
165 GLuint, 164 GLuint,
166 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage), 165 (GLsizei width, GLsizei height, GLenum internalformat, GLenum usage),
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 void, 425 void,
427 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode), 426 (GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode),
428 (path, fillMode, mask, coverMode)) 427 (path, fillMode, mask, coverMode))
429 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM, 428 VISIT_GL_CALL(StencilThenCoverStrokePathCHROMIUM,
430 void, 429 void,
431 (GLuint path, GLint reference, GLuint mask, GLenum coverMode), 430 (GLuint path, GLint reference, GLuint mask, GLenum coverMode),
432 (path, reference, mask, coverMode)) 431 (path, reference, mask, coverMode))
433 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ()) 432 VISIT_GL_CALL(GetGraphicsResetStatusKHR, GLenum, (), ())
434 VISIT_GL_CALL(BlendBarrierKHR, void, (), ()) 433 VISIT_GL_CALL(BlendBarrierKHR, void, (), ())
435 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ()) 434 VISIT_GL_CALL(ApplyScreenSpaceAntialiasingCHROMIUM, void, (), ())
OLDNEW
« ppapi/proxy/ppapi_command_buffer_proxy.h ('K') | « ppapi/proxy/ppapi_command_buffer_proxy.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698