Chromium Code Reviews

Side by Side Diff: gpu/command_buffer/client/gles2_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.
Jump to:
View unified diff |
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 855 matching lines...)
866 866
867 void TexImageIOSurface2DCHROMIUM(GLenum target, 867 void TexImageIOSurface2DCHROMIUM(GLenum target,
868 GLsizei width, 868 GLsizei width,
869 GLsizei height, 869 GLsizei height,
870 GLuint ioSurfaceId, 870 GLuint ioSurfaceId,
871 GLuint plane) override; 871 GLuint plane) override;
872 872
873 void CopyTextureCHROMIUM(GLenum target, 873 void CopyTextureCHROMIUM(GLenum target,
874 GLenum source_id, 874 GLenum source_id,
875 GLenum dest_id, 875 GLenum dest_id,
876 GLint level,
877 GLint internalformat, 876 GLint internalformat,
878 GLenum dest_type) override; 877 GLenum dest_type) override;
879 878
879 void CopySubTextureCHROMIUM(GLenum target,
880 GLenum source_id,
881 GLenum dest_id,
882 GLint xoffset,
883 GLint yoffset) override;
884
880 void DrawArraysInstancedANGLE(GLenum mode, 885 void DrawArraysInstancedANGLE(GLenum mode,
881 GLint first, 886 GLint first,
882 GLsizei count, 887 GLsizei count,
883 GLsizei primcount) override; 888 GLsizei primcount) override;
884 889
885 void DrawElementsInstancedANGLE(GLenum mode, 890 void DrawElementsInstancedANGLE(GLenum mode,
886 GLsizei count, 891 GLsizei count,
887 GLenum type, 892 GLenum type,
888 const void* indices, 893 const void* indices,
889 GLsizei primcount) override; 894 GLsizei primcount) override;
(...skipping 94 matching lines...)
984 989
985 void SwapInterval(GLint interval) override; 990 void SwapInterval(GLint interval) override;
986 991
987 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 992 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
988 993
989 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 994 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
990 995
991 void BlendBarrierKHR() override; 996 void BlendBarrierKHR() override;
992 997
993 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 998 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine