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

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

Issue 2852953003: Use real colorspace for DirectComposition overlays.
Patch Set: rebase Created 3 years, 7 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 GLboolean is_clipped, 761 GLboolean is_clipped,
762 const GLfloat* clip_rect, 762 const GLfloat* clip_rect,
763 GLint z_order, 763 GLint z_order,
764 const GLfloat* transform) override; 764 const GLfloat* transform) override;
765 void ScheduleDCLayerCHROMIUM(GLsizei num_textures, 765 void ScheduleDCLayerCHROMIUM(GLsizei num_textures,
766 const GLuint* contents_texture_ids, 766 const GLuint* contents_texture_ids,
767 const GLfloat* contents_rect, 767 const GLfloat* contents_rect,
768 GLuint background_color, 768 GLuint background_color,
769 GLuint edge_aa_mask, 769 GLuint edge_aa_mask,
770 const GLfloat* bounds_rect, 770 const GLfloat* bounds_rect,
771 GLuint filter) override; 771 GLuint filter,
772 GLsizei color_space_size,
773 const GLvoid* color_space) override;
772 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 774 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
773 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 775 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
774 GLuint GenPathsCHROMIUM(GLsizei range) override; 776 GLuint GenPathsCHROMIUM(GLsizei range) override;
775 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; 777 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override;
776 GLboolean IsPathCHROMIUM(GLuint path) override; 778 GLboolean IsPathCHROMIUM(GLuint path) override;
777 void PathCommandsCHROMIUM(GLuint path, 779 void PathCommandsCHROMIUM(GLuint path,
778 GLsizei numCommands, 780 GLsizei numCommands,
779 const GLubyte* commands, 781 const GLubyte* commands,
780 GLsizei numCoords, 782 GLsizei numCoords,
781 GLenum coordType, 783 GLenum coordType,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 GLboolean promotion_hint, 883 GLboolean promotion_hint,
882 GLint display_x, 884 GLint display_x,
883 GLint display_y) override; 885 GLint display_y) override;
884 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; 886 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override;
885 void SetDrawRectangleCHROMIUM(GLint x, 887 void SetDrawRectangleCHROMIUM(GLint x,
886 GLint y, 888 GLint y,
887 GLint width, 889 GLint width,
888 GLint height) override; 890 GLint height) override;
889 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override; 891 void SetEnableDCLayersCHROMIUM(GLboolean enabled) override;
890 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 892 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698