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

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

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 void ClearColor(GLclampf red, 91 void ClearColor(GLclampf red,
92 GLclampf green, 92 GLclampf green,
93 GLclampf blue, 93 GLclampf blue,
94 GLclampf alpha) override; 94 GLclampf alpha) override;
95 95
96 void ClearDepthf(GLclampf depth) override; 96 void ClearDepthf(GLclampf depth) override;
97 97
98 void ClearStencil(GLint s) override; 98 void ClearStencil(GLint s) override;
99 99
100 GLenum ClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
101
100 void ColorMask(GLboolean red, 102 void ColorMask(GLboolean red,
101 GLboolean green, 103 GLboolean green,
102 GLboolean blue, 104 GLboolean blue,
103 GLboolean alpha) override; 105 GLboolean alpha) override;
104 106
105 void CompileShader(GLuint shader) override; 107 void CompileShader(GLuint shader) override;
106 108
107 void CompressedTexImage2D(GLenum target, 109 void CompressedTexImage2D(GLenum target,
108 GLint level, 110 GLint level,
109 GLenum internalformat, 111 GLenum internalformat,
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 697
696 void VertexAttribPointer(GLuint indx, 698 void VertexAttribPointer(GLuint indx,
697 GLint size, 699 GLint size,
698 GLenum type, 700 GLenum type,
699 GLboolean normalized, 701 GLboolean normalized,
700 GLsizei stride, 702 GLsizei stride,
701 const void* ptr) override; 703 const void* ptr) override;
702 704
703 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) override; 705 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) override;
704 706
707 void WaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) override;
708
705 void BlitFramebufferCHROMIUM(GLint srcX0, 709 void BlitFramebufferCHROMIUM(GLint srcX0,
706 GLint srcY0, 710 GLint srcY0,
707 GLint srcX1, 711 GLint srcX1,
708 GLint srcY1, 712 GLint srcY1,
709 GLint dstX0, 713 GLint dstX0,
710 GLint dstY0, 714 GLint dstY0,
711 GLint dstX1, 715 GLint dstX1,
712 GLint dstY1, 716 GLint dstY1,
713 GLbitfield mask, 717 GLbitfield mask,
714 GLenum filter) override; 718 GLenum filter) override;
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 978
975 void SwapInterval(GLint interval) override; 979 void SwapInterval(GLint interval) override;
976 980
977 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 981 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
978 982
979 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 983 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
980 984
981 void BlendBarrierKHR() override; 985 void BlendBarrierKHR() override;
982 986
983 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 987 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698