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

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

Issue 872713004: Add glTransformFeedbackVaryings to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@caritas
Patch Set: Created 5 years, 11 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 GLint /* xoffset */, 584 GLint /* xoffset */,
585 GLint /* yoffset */, 585 GLint /* yoffset */,
586 GLint /* zoffset */, 586 GLint /* zoffset */,
587 GLsizei /* width */, 587 GLsizei /* width */,
588 GLsizei /* height */, 588 GLsizei /* height */,
589 GLsizei /* depth */, 589 GLsizei /* depth */,
590 GLenum /* format */, 590 GLenum /* format */,
591 GLenum /* type */, 591 GLenum /* type */,
592 const void* /* pixels */) { 592 const void* /* pixels */) {
593 } 593 }
594 void GLES2InterfaceStub::TransformFeedbackVaryings(
595 GLuint /* program */,
596 GLsizei /* count */,
597 const char* const* /* varyings */,
598 GLenum /* buffermode */) {
599 }
594 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) { 600 void GLES2InterfaceStub::Uniform1f(GLint /* location */, GLfloat /* x */) {
595 } 601 }
596 void GLES2InterfaceStub::Uniform1fv(GLint /* location */, 602 void GLES2InterfaceStub::Uniform1fv(GLint /* location */,
597 GLsizei /* count */, 603 GLsizei /* count */,
598 const GLfloat* /* v */) { 604 const GLfloat* /* v */) {
599 } 605 }
600 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) { 606 void GLES2InterfaceStub::Uniform1i(GLint /* location */, GLint /* x */) {
601 } 607 }
602 void GLES2InterfaceStub::Uniform1iv(GLint /* location */, 608 void GLES2InterfaceStub::Uniform1iv(GLint /* location */,
603 GLsizei /* count */, 609 GLsizei /* count */,
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) { 1115 void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {
1110 } 1116 }
1111 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */, 1117 void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
1112 const GLfloat* /* m */) { 1118 const GLfloat* /* m */) {
1113 } 1119 }
1114 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) { 1120 void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {
1115 } 1121 }
1116 void GLES2InterfaceStub::BlendBarrierKHR() { 1122 void GLES2InterfaceStub::BlendBarrierKHR() {
1117 } 1123 }
1118 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1124 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698