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

Side by Side Diff: mojo/gpu/mojo_gles2_impl_autogen.h

Issue 1559203003: Add GLStreamTextureImage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: getCustomMatrix Created 4 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 GLboolean transpose, 519 GLboolean transpose,
520 const GLfloat* value) override; 520 const GLfloat* value) override;
521 void UniformMatrix4x2fv(GLint location, 521 void UniformMatrix4x2fv(GLint location,
522 GLsizei count, 522 GLsizei count,
523 GLboolean transpose, 523 GLboolean transpose,
524 const GLfloat* value) override; 524 const GLfloat* value) override;
525 void UniformMatrix4x3fv(GLint location, 525 void UniformMatrix4x3fv(GLint location,
526 GLsizei count, 526 GLsizei count,
527 GLboolean transpose, 527 GLboolean transpose,
528 const GLfloat* value) override; 528 const GLfloat* value) override;
529 void UniformMatrix4fvWithCustomMatrixCHROMIUM(
530 GLint location,
531 GLsizei count,
532 GLint custom_matrix_id,
533 GLboolean transpose,
534 const GLfloat* default_value) override;
529 void UseProgram(GLuint program) override; 535 void UseProgram(GLuint program) override;
530 void ValidateProgram(GLuint program) override; 536 void ValidateProgram(GLuint program) override;
531 void VertexAttrib1f(GLuint indx, GLfloat x) override; 537 void VertexAttrib1f(GLuint indx, GLfloat x) override;
532 void VertexAttrib1fv(GLuint indx, const GLfloat* values) override; 538 void VertexAttrib1fv(GLuint indx, const GLfloat* values) override;
533 void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) override; 539 void VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) override;
534 void VertexAttrib2fv(GLuint indx, const GLfloat* values) override; 540 void VertexAttrib2fv(GLuint indx, const GLfloat* values) override;
535 void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) override; 541 void VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) override;
536 void VertexAttrib3fv(GLuint indx, const GLfloat* values) override; 542 void VertexAttrib3fv(GLuint indx, const GLfloat* values) override;
537 void VertexAttrib4f(GLuint indx, 543 void VertexAttrib4f(GLuint indx,
538 GLfloat x, 544 GLfloat x,
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 GLuint colorNumber, 893 GLuint colorNumber,
888 const char* name) override; 894 const char* name) override;
889 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 895 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
890 896
891 private: 897 private:
892 MojoGLES2Context context_; 898 MojoGLES2Context context_;
893 }; 899 };
894 900
895 } // namespace mojo 901 } // namespace mojo
896 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 902 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698