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

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

Issue 2067503003: Add a new command buffer function glScheduleCALayerInUseQueryCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include gl_image.h Created 4 years, 6 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 const GLfloat* contents_rect, 759 const GLfloat* contents_rect,
760 GLfloat opacity, 760 GLfloat opacity,
761 GLuint background_color, 761 GLuint background_color,
762 GLuint edge_aa_mask, 762 GLuint edge_aa_mask,
763 const GLfloat* bounds_rect, 763 const GLfloat* bounds_rect,
764 GLboolean is_clipped, 764 GLboolean is_clipped,
765 const GLfloat* clip_rect, 765 const GLfloat* clip_rect,
766 GLint sorting_context_id, 766 GLint sorting_context_id,
767 const GLfloat* transform, 767 const GLfloat* transform,
768 GLuint filter) = 0; 768 GLuint filter) = 0;
769 virtual void ScheduleCALayerInUseQueryCHROMIUM(GLsizei count,
770 const GLuint* textures) = 0;
769 virtual void CommitOverlayPlanesCHROMIUM() = 0; 771 virtual void CommitOverlayPlanesCHROMIUM() = 0;
770 virtual void SwapInterval(GLint interval) = 0; 772 virtual void SwapInterval(GLint interval) = 0;
771 virtual void FlushDriverCachesCHROMIUM() = 0; 773 virtual void FlushDriverCachesCHROMIUM() = 0;
772 virtual GLuint GetLastFlushIdCHROMIUM() = 0; 774 virtual GLuint GetLastFlushIdCHROMIUM() = 0;
773 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0; 775 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
774 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0; 776 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
775 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0; 777 virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0;
776 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0; 778 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) = 0;
777 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0; 779 virtual GLboolean IsPathCHROMIUM(GLuint path) = 0;
778 virtual void PathCommandsCHROMIUM(GLuint path, 780 virtual void PathCommandsCHROMIUM(GLuint path,
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 const char* name) = 0; 875 const char* name) = 0;
874 virtual void BindFragDataLocationEXT(GLuint program, 876 virtual void BindFragDataLocationEXT(GLuint program,
875 GLuint colorNumber, 877 GLuint colorNumber,
876 const char* name) = 0; 878 const char* name) = 0;
877 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; 879 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0;
878 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( 880 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
879 GLint location, 881 GLint location,
880 GLboolean transpose, 882 GLboolean transpose,
881 const GLfloat* default_value) = 0; 883 const GLfloat* default_value) = 0;
882 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ 884 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698