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

Side by Side Diff: gpu/command_buffer/client/gles2_interface_stub_autogen.h

Issue 972833004: Revert of gpu: introduce glCopySubTextureCHROMIUM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 GLint width, 617 GLint width,
618 GLint height) override; 618 GLint height) override;
619 void TexImageIOSurface2DCHROMIUM(GLenum target, 619 void TexImageIOSurface2DCHROMIUM(GLenum target,
620 GLsizei width, 620 GLsizei width,
621 GLsizei height, 621 GLsizei height,
622 GLuint ioSurfaceId, 622 GLuint ioSurfaceId,
623 GLuint plane) override; 623 GLuint plane) override;
624 void CopyTextureCHROMIUM(GLenum target, 624 void CopyTextureCHROMIUM(GLenum target,
625 GLenum source_id, 625 GLenum source_id,
626 GLenum dest_id, 626 GLenum dest_id,
627 GLint level,
627 GLint internalformat, 628 GLint internalformat,
628 GLenum dest_type) override; 629 GLenum dest_type) override;
629 void CopySubTextureCHROMIUM(GLenum target,
630 GLenum source_id,
631 GLenum dest_id,
632 GLint xoffset,
633 GLint yoffset) override;
634 void DrawArraysInstancedANGLE(GLenum mode, 630 void DrawArraysInstancedANGLE(GLenum mode,
635 GLint first, 631 GLint first,
636 GLsizei count, 632 GLsizei count,
637 GLsizei primcount) override; 633 GLsizei primcount) override;
638 void DrawElementsInstancedANGLE(GLenum mode, 634 void DrawElementsInstancedANGLE(GLenum mode,
639 GLsizei count, 635 GLsizei count,
640 GLenum type, 636 GLenum type,
641 const void* indices, 637 const void* indices,
642 GLsizei primcount) override; 638 GLsizei primcount) override;
643 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 639 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 GLint bounds_height, 699 GLint bounds_height,
704 GLfloat uv_x, 700 GLfloat uv_x,
705 GLfloat uv_y, 701 GLfloat uv_y,
706 GLfloat uv_width, 702 GLfloat uv_width,
707 GLfloat uv_height) override; 703 GLfloat uv_height) override;
708 void SwapInterval(GLint interval) override; 704 void SwapInterval(GLint interval) override;
709 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 705 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
710 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 706 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
711 void BlendBarrierKHR() override; 707 void BlendBarrierKHR() override;
712 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 708 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698