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

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

Issue 872713004: Add glTransformFeedbackVaryings to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caritas
Patch Set: Rebase 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 GLint level, 360 GLint level,
361 GLint xoffset, 361 GLint xoffset,
362 GLint yoffset, 362 GLint yoffset,
363 GLint zoffset, 363 GLint zoffset,
364 GLsizei width, 364 GLsizei width,
365 GLsizei height, 365 GLsizei height,
366 GLsizei depth, 366 GLsizei depth,
367 GLenum format, 367 GLenum format,
368 GLenum type, 368 GLenum type,
369 const void* pixels) override; 369 const void* pixels) override;
370 void TransformFeedbackVaryings(GLuint program,
371 GLsizei count,
372 const char* const* varyings,
373 GLenum buffermode) override;
370 void Uniform1f(GLint location, GLfloat x) override; 374 void Uniform1f(GLint location, GLfloat x) override;
371 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override; 375 void Uniform1fv(GLint location, GLsizei count, const GLfloat* v) override;
372 void Uniform1i(GLint location, GLint x) override; 376 void Uniform1i(GLint location, GLint x) override;
373 void Uniform1iv(GLint location, GLsizei count, const GLint* v) override; 377 void Uniform1iv(GLint location, GLsizei count, const GLint* v) override;
374 void Uniform1ui(GLint location, GLuint x) override; 378 void Uniform1ui(GLint location, GLuint x) override;
375 void Uniform1uiv(GLint location, GLsizei count, const GLuint* v) override; 379 void Uniform1uiv(GLint location, GLsizei count, const GLuint* v) override;
376 void Uniform2f(GLint location, GLfloat x, GLfloat y) override; 380 void Uniform2f(GLint location, GLfloat x, GLfloat y) override;
377 void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) override; 381 void Uniform2fv(GLint location, GLsizei count, const GLfloat* v) override;
378 void Uniform2i(GLint location, GLint x, GLint y) override; 382 void Uniform2i(GLint location, GLint x, GLint y) override;
379 void Uniform2iv(GLint location, GLsizei count, const GLint* v) override; 383 void Uniform2iv(GLint location, GLsizei count, const GLint* v) override;
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 GLint bounds_height, 652 GLint bounds_height,
649 GLfloat uv_x, 653 GLfloat uv_x,
650 GLfloat uv_y, 654 GLfloat uv_y,
651 GLfloat uv_width, 655 GLfloat uv_width,
652 GLfloat uv_height) override; 656 GLfloat uv_height) override;
653 void SwapInterval(GLint interval) override; 657 void SwapInterval(GLint interval) override;
654 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 658 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
655 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 659 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
656 void BlendBarrierKHR() override; 660 void BlendBarrierKHR() override;
657 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 661 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_interface_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698