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

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

Issue 6373013: Fix for jankiness in some accelerated 2D canvas demos: If there is already a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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. DO NOT EDIT! 5 // This file is auto-generated. DO NOT EDIT!
6 6
7 // This file is included by gles2_implementation.h to declare the 7 // This file is included by gles2_implementation.h to declare the
8 // GL api functions. 8 // GL api functions.
9 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 9 #ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
10 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 10 #define GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 872
873 void UnmapBufferSubDataCHROMIUM(const void* mem); 873 void UnmapBufferSubDataCHROMIUM(const void* mem);
874 874
875 void* MapTexSubImage2DCHROMIUM( 875 void* MapTexSubImage2DCHROMIUM(
876 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, 876 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width,
877 GLsizei height, GLenum format, GLenum type, GLenum access); 877 GLsizei height, GLenum format, GLenum type, GLenum access);
878 878
879 void UnmapTexSubImage2DCHROMIUM(const void* mem); 879 void UnmapTexSubImage2DCHROMIUM(const void* mem);
880 880
881 void CopyTextureToParentTextureCHROMIUM( 881 void CopyTextureToParentTextureCHROMIUM(
882 GLuint client_child_id, GLuint client_parent_id) { 882 GLuint client_child_id, GLuint client_parent_id);
883 helper_->CopyTextureToParentTextureCHROMIUM(
884 client_child_id, client_parent_id);
885 }
886 883
887 void ResizeCHROMIUM(GLuint width, GLuint height) { 884 void ResizeCHROMIUM(GLuint width, GLuint height) {
888 helper_->ResizeCHROMIUM(width, height); 885 helper_->ResizeCHROMIUM(width, height);
889 } 886 }
890 887
891 const GLchar* GetRequestableExtensionsCHROMIUM(); 888 const GLchar* GetRequestableExtensionsCHROMIUM();
892 889
893 void RequestExtensionCHROMIUM(const char* extension); 890 void RequestExtensionCHROMIUM(const char* extension);
894 891
895 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 892 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
896 893
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698