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

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

Issue 1534623002: Mac CoreAnimation: Add more CALayer parameters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compile Created 5 years 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 GLint bounds_y, 755 GLint bounds_y,
756 GLint bounds_width, 756 GLint bounds_width,
757 GLint bounds_height, 757 GLint bounds_height,
758 GLfloat uv_x, 758 GLfloat uv_x,
759 GLfloat uv_y, 759 GLfloat uv_y,
760 GLfloat uv_width, 760 GLfloat uv_width,
761 GLfloat uv_height) override; 761 GLfloat uv_height) override;
762 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, 762 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
763 const GLfloat* contents_rect, 763 const GLfloat* contents_rect,
764 GLfloat opacity, 764 GLfloat opacity,
765 const GLuint background_color, 765 GLuint background_color,
766 const GLfloat* bounds_size, 766 GLuint edge_aa_mask,
767 const GLfloat* bounds_rect,
768 GLboolean is_clipped,
769 const GLfloat* clip_rect,
770 GLint sorting_context_id,
767 const GLfloat* transform) override; 771 const GLfloat* transform) override;
768 void CommitOverlayPlanesCHROMIUM() override; 772 void CommitOverlayPlanesCHROMIUM() override;
769 void SwapInterval(GLint interval) override; 773 void SwapInterval(GLint interval) override;
770 void FlushDriverCachesCHROMIUM() override; 774 void FlushDriverCachesCHROMIUM() override;
771 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; 775 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override;
772 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; 776 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override;
773 GLuint GenPathsCHROMIUM(GLsizei range) override; 777 GLuint GenPathsCHROMIUM(GLsizei range) override;
774 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; 778 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override;
775 GLboolean IsPathCHROMIUM(GLuint path) override; 779 GLboolean IsPathCHROMIUM(GLuint path) override;
776 void PathCommandsCHROMIUM(GLuint path, 780 void PathCommandsCHROMIUM(GLuint path,
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 void ApplyScreenSpaceAntialiasingCHROMIUM() override; 866 void ApplyScreenSpaceAntialiasingCHROMIUM() override;
863 void BindFragDataLocationIndexedEXT(GLuint program, 867 void BindFragDataLocationIndexedEXT(GLuint program,
864 GLuint colorNumber, 868 GLuint colorNumber,
865 GLuint index, 869 GLuint index,
866 const char* name) override; 870 const char* name) override;
867 void BindFragDataLocationEXT(GLuint program, 871 void BindFragDataLocationEXT(GLuint program,
868 GLuint colorNumber, 872 GLuint colorNumber,
869 const char* name) override; 873 const char* name) override;
870 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; 874 GLint GetFragDataIndexEXT(GLuint program, const char* name) override;
871 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ 875 #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