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

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

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 GLsizei maxcount, 181 GLsizei maxcount,
182 GLsizei* count, 182 GLsizei* count,
183 GLuint* shaders) = 0; 183 GLuint* shaders) = 0;
184 virtual GLint GetAttribLocation(GLuint program, const char* name) = 0; 184 virtual GLint GetAttribLocation(GLuint program, const char* name) = 0;
185 virtual void GetBooleanv(GLenum pname, GLboolean* params) = 0; 185 virtual void GetBooleanv(GLenum pname, GLboolean* params) = 0;
186 virtual void GetBufferParameteriv(GLenum target, 186 virtual void GetBufferParameteriv(GLenum target,
187 GLenum pname, 187 GLenum pname,
188 GLint* params) = 0; 188 GLint* params) = 0;
189 virtual GLenum GetError() = 0; 189 virtual GLenum GetError() = 0;
190 virtual void GetFloatv(GLenum pname, GLfloat* params) = 0; 190 virtual void GetFloatv(GLenum pname, GLfloat* params) = 0;
191 virtual GLint GetFragDataLocation(GLuint program, const char* name) = 0;
191 virtual void GetFramebufferAttachmentParameteriv(GLenum target, 192 virtual void GetFramebufferAttachmentParameteriv(GLenum target,
192 GLenum attachment, 193 GLenum attachment,
193 GLenum pname, 194 GLenum pname,
194 GLint* params) = 0; 195 GLint* params) = 0;
195 virtual void GetIntegerv(GLenum pname, GLint* params) = 0; 196 virtual void GetIntegerv(GLenum pname, GLint* params) = 0;
196 virtual void GetInternalformativ(GLenum target, 197 virtual void GetInternalformativ(GLenum target,
197 GLenum format, 198 GLenum format,
198 GLenum pname, 199 GLenum pname,
199 GLsizei bufSize, 200 GLsizei bufSize,
200 GLint* params) = 0; 201 GLint* params) = 0;
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 GLint bounds_height, 653 GLint bounds_height,
653 GLfloat uv_x, 654 GLfloat uv_x,
654 GLfloat uv_y, 655 GLfloat uv_y,
655 GLfloat uv_width, 656 GLfloat uv_width,
656 GLfloat uv_height) = 0; 657 GLfloat uv_height) = 0;
657 virtual void SwapInterval(GLint interval) = 0; 658 virtual void SwapInterval(GLint interval) = 0;
658 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 659 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
659 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 660 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
660 virtual void BlendBarrierKHR() = 0; 661 virtual void BlendBarrierKHR() = 0;
661 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 662 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698