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

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

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 years, 10 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 GLsizei* size, 917 GLsizei* size,
918 void* info) override; 918 void* info) override;
919 919
920 GLuint CreateImageCHROMIUM(ClientBuffer buffer, 920 GLuint CreateImageCHROMIUM(ClientBuffer buffer,
921 GLsizei width, 921 GLsizei width,
922 GLsizei height, 922 GLsizei height,
923 GLenum internalformat) override; 923 GLenum internalformat) override;
924 924
925 void DestroyImageCHROMIUM(GLuint image_id) override; 925 void DestroyImageCHROMIUM(GLuint image_id) override;
926 926
927 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
928 GLsizei height,
929 GLenum internalformat,
930 GLenum usage) override;
931
932 void DescheduleUntilFinishedCHROMIUM() override; 927 void DescheduleUntilFinishedCHROMIUM() override;
933 928
934 void GetTranslatedShaderSourceANGLE(GLuint shader, 929 void GetTranslatedShaderSourceANGLE(GLuint shader,
935 GLsizei bufsize, 930 GLsizei bufsize,
936 GLsizei* length, 931 GLsizei* length,
937 char* source) override; 932 char* source) override;
938 933
939 void PostSubBufferCHROMIUM(GLint x, 934 void PostSubBufferCHROMIUM(GLint x,
940 GLint y, 935 GLint y,
941 GLint width, 936 GLint width,
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 const GLfloat* transform) override; 1201 const GLfloat* transform) override;
1207 1202
1208 void OverlayPromotionHintCHROMIUM(GLuint texture, 1203 void OverlayPromotionHintCHROMIUM(GLuint texture,
1209 GLboolean promotion_hint, 1204 GLboolean promotion_hint,
1210 GLint display_x, 1205 GLint display_x,
1211 GLint display_y) override; 1206 GLint display_y) override;
1212 1207
1213 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override; 1208 void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override;
1214 1209
1215 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ 1210 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698