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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch 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,
628 GLint internalformat, 627 GLint internalformat,
629 GLenum dest_type) override; 628 GLenum dest_type) override;
629 void CopySubTextureCHROMIUM(GLenum target,
630 GLenum source_id,
631 GLenum dest_id,
632 GLint xoffset,
633 GLint yoffset) override;
630 void DrawArraysInstancedANGLE(GLenum mode, 634 void DrawArraysInstancedANGLE(GLenum mode,
631 GLint first, 635 GLint first,
632 GLsizei count, 636 GLsizei count,
633 GLsizei primcount) override; 637 GLsizei primcount) override;
634 void DrawElementsInstancedANGLE(GLenum mode, 638 void DrawElementsInstancedANGLE(GLenum mode,
635 GLsizei count, 639 GLsizei count,
636 GLenum type, 640 GLenum type,
637 const void* indices, 641 const void* indices,
638 GLsizei primcount) override; 642 GLsizei primcount) override;
639 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; 643 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 GLint bounds_height, 703 GLint bounds_height,
700 GLfloat uv_x, 704 GLfloat uv_x,
701 GLfloat uv_y, 705 GLfloat uv_y,
702 GLfloat uv_width, 706 GLfloat uv_width,
703 GLfloat uv_height) override; 707 GLfloat uv_height) override;
704 void SwapInterval(GLint interval) override; 708 void SwapInterval(GLint interval) override;
705 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 709 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
706 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 710 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
707 void BlendBarrierKHR() override; 711 void BlendBarrierKHR() override;
708 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ 712 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698