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: gpu/command_buffer/client/gles2_trace_implementation_autogen.h

Issue 13613006: Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase the patch and solve the merge conflict issue Created 7 years, 8 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // DO NOT EDIT! 7 // DO NOT EDIT!
8 8
9 // This file is included by gles2_trace_implementation.h 9 // This file is included by gles2_trace_implementation.h
10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 10 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 virtual void DestroyStreamTextureCHROMIUM(GLuint texture) OVERRIDE; 299 virtual void DestroyStreamTextureCHROMIUM(GLuint texture) OVERRIDE;
300 virtual void GetTranslatedShaderSourceANGLE( 300 virtual void GetTranslatedShaderSourceANGLE(
301 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) OVERRIDE; 301 GLuint shader, GLsizei bufsize, GLsizei* length, char* source) OVERRIDE;
302 virtual void PostSubBufferCHROMIUM( 302 virtual void PostSubBufferCHROMIUM(
303 GLint x, GLint y, GLint width, GLint height) OVERRIDE; 303 GLint x, GLint y, GLint width, GLint height) OVERRIDE;
304 virtual void TexImageIOSurface2DCHROMIUM( 304 virtual void TexImageIOSurface2DCHROMIUM(
305 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId, 305 GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
306 GLuint plane) OVERRIDE; 306 GLuint plane) OVERRIDE;
307 virtual void CopyTextureCHROMIUM( 307 virtual void CopyTextureCHROMIUM(
308 GLenum target, GLenum source_id, GLenum dest_id, GLint level, 308 GLenum target, GLenum source_id, GLenum dest_id, GLint level,
309 GLint internalformat) OVERRIDE; 309 GLint internalformat, GLenum dest_type) OVERRIDE;
310 virtual void DrawArraysInstancedANGLE( 310 virtual void DrawArraysInstancedANGLE(
311 GLenum mode, GLint first, GLsizei count, GLsizei primcount) OVERRIDE; 311 GLenum mode, GLint first, GLsizei count, GLsizei primcount) OVERRIDE;
312 virtual void DrawElementsInstancedANGLE( 312 virtual void DrawElementsInstancedANGLE(
313 GLenum mode, GLsizei count, GLenum type, const void* indices, 313 GLenum mode, GLsizei count, GLenum type, const void* indices,
314 GLsizei primcount) OVERRIDE; 314 GLsizei primcount) OVERRIDE;
315 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) OVERRIDE; 315 virtual void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) OVERRIDE;
316 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE; 316 virtual void GenMailboxCHROMIUM(GLbyte* mailbox) OVERRIDE;
317 virtual void ProduceTextureCHROMIUM( 317 virtual void ProduceTextureCHROMIUM(
318 GLenum target, const GLbyte* mailbox) OVERRIDE; 318 GLenum target, const GLbyte* mailbox) OVERRIDE;
319 virtual void ConsumeTextureCHROMIUM( 319 virtual void ConsumeTextureCHROMIUM(
(...skipping 13 matching lines...) Expand all
333 const void* pixels) OVERRIDE; 333 const void* pixels) OVERRIDE;
334 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE; 334 virtual void WaitAsyncTexImage2DCHROMIUM(GLenum target) OVERRIDE;
335 virtual void DiscardFramebufferEXT( 335 virtual void DiscardFramebufferEXT(
336 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE; 336 GLenum target, GLsizei count, const GLenum* attachments) OVERRIDE;
337 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; 337 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE;
338 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; 338 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE;
339 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; 339 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE;
340 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; 340 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE;
341 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 341 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
342 342
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698