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

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

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 GLint* range, 335 GLint* range,
336 GLint* precision) override; 336 GLint* precision) override;
337 337
338 void GetShaderSource(GLuint shader, 338 void GetShaderSource(GLuint shader,
339 GLsizei bufsize, 339 GLsizei bufsize,
340 GLsizei* length, 340 GLsizei* length,
341 char* source) override; 341 char* source) override;
342 342
343 const GLubyte* GetString(GLenum name) override; 343 const GLubyte* GetString(GLenum name) override;
344 344
345 void GetSynciv(GLsync sync,
346 GLenum pname,
347 GLsizei bufsize,
348 GLsizei* length,
349 GLint* values) override;
350
345 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override; 351 void GetTexParameterfv(GLenum target, GLenum pname, GLfloat* params) override;
346 352
347 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override; 353 void GetTexParameteriv(GLenum target, GLenum pname, GLint* params) override;
348 354
349 void GetTransformFeedbackVarying(GLuint program, 355 void GetTransformFeedbackVarying(GLuint program,
350 GLuint index, 356 GLuint index,
351 GLsizei bufsize, 357 GLsizei bufsize,
352 GLsizei* length, 358 GLsizei* length,
353 GLsizei* size, 359 GLsizei* size,
354 GLenum* type, 360 GLenum* type,
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 984
979 void SwapInterval(GLint interval) override; 985 void SwapInterval(GLint interval) override;
980 986
981 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 987 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
982 988
983 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 989 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
984 990
985 void BlendBarrierKHR() override; 991 void BlendBarrierKHR() override;
986 992
987 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 993 #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_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698