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

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

Issue 169403005: command_buffer: Implement path rendering functions for CHROMIUM_path_rendering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nv-pr-02-texgen
Patch Set: fix windows build Created 5 years, 5 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
« no previous file with comments | « gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 GLint bounds_y, 779 GLint bounds_y,
780 GLint bounds_width, 780 GLint bounds_width,
781 GLint bounds_height, 781 GLint bounds_height,
782 GLfloat uv_x, 782 GLfloat uv_x,
783 GLfloat uv_y, 783 GLfloat uv_y,
784 GLfloat uv_width, 784 GLfloat uv_width,
785 GLfloat uv_height) override; 785 GLfloat uv_height) override;
786 void SwapInterval(GLint interval) override; 786 void SwapInterval(GLint interval) override;
787 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 787 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
788 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 788 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
789 GLuint GenPathsCHROMIUM(GLsizei range) override;
790 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override;
791 GLboolean IsPathCHROMIUM(GLuint path) override;
792 void PathCommandsCHROMIUM(GLuint path,
793 GLsizei numCommands,
794 const GLubyte* commands,
795 GLsizei numCoords,
796 GLenum coordType,
797 const GLvoid* coords) override;
798 void PathParameterfCHROMIUM(GLuint path,
799 GLenum pname,
800 GLfloat value) override;
801 void PathParameteriCHROMIUM(GLuint path, GLenum pname, GLint value) override;
802 void PathStencilFuncCHROMIUM(GLenum func, GLint ref, GLuint mask) override;
803 void StencilFillPathCHROMIUM(GLuint path,
804 GLenum fillMode,
805 GLuint mask) override;
806 void StencilStrokePathCHROMIUM(GLuint path,
807 GLint reference,
808 GLuint mask) override;
809 void CoverFillPathCHROMIUM(GLuint path, GLenum coverMode) override;
810 void CoverStrokePathCHROMIUM(GLuint path, GLenum coverMode) override;
811 void StencilThenCoverFillPathCHROMIUM(GLuint path,
812 GLenum fillMode,
813 GLuint mask,
814 GLenum coverMode) override;
815 void StencilThenCoverStrokePathCHROMIUM(GLuint path,
816 GLint reference,
817 GLuint mask,
818 GLenum coverMode) override;
789 GLenum GetGraphicsResetStatusKHR() override; 819 GLenum GetGraphicsResetStatusKHR() override;
790 void BlendBarrierKHR() override; 820 void BlendBarrierKHR() override;
791 821
792 private: 822 private:
793 MojoGLES2Context context_; 823 MojoGLES2Context context_;
794 }; 824 };
795 825
796 } // namespace mojo 826 } // namespace mojo
797 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ 827 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/skia_bindings/gl_bindings_skia_cmd_buffer.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698