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

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

Issue 2383753002: gpu: Add GpuFence framework.
Patch Set: rebase Created 4 years, 1 month 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 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 return 0; 898 return 0;
899 } 899 }
900 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {} 900 void GLES2InterfaceStub::DestroyImageCHROMIUM(GLuint /* image_id */) {}
901 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM( 901 GLuint GLES2InterfaceStub::CreateGpuMemoryBufferImageCHROMIUM(
902 GLsizei /* width */, 902 GLsizei /* width */,
903 GLsizei /* height */, 903 GLsizei /* height */,
904 GLenum /* internalformat */, 904 GLenum /* internalformat */,
905 GLenum /* usage */) { 905 GLenum /* usage */) {
906 return 0; 906 return 0;
907 } 907 }
908 GLuint GLES2InterfaceStub::CreateFenceCHROMIUM(ClientFence /* fence */) {
909 return 0;
910 }
911 void GLES2InterfaceStub::DestroyFenceCHROMIUM(GLuint /* fence_id */) {}
908 void GLES2InterfaceStub::DescheduleUntilFinishedCHROMIUM() {} 912 void GLES2InterfaceStub::DescheduleUntilFinishedCHROMIUM() {}
909 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */, 913 void GLES2InterfaceStub::GetTranslatedShaderSourceANGLE(GLuint /* shader */,
910 GLsizei /* bufsize */, 914 GLsizei /* bufsize */,
911 GLsizei* /* length */, 915 GLsizei* /* length */,
912 char* /* source */) {} 916 char* /* source */) {}
913 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */, 917 void GLES2InterfaceStub::PostSubBufferCHROMIUM(GLint /* x */,
914 GLint /* y */, 918 GLint /* y */,
915 GLint /* width */, 919 GLint /* width */,
916 GLint /* height */) {} 920 GLint /* height */) {}
917 void GLES2InterfaceStub::CopyTextureCHROMIUM( 921 void GLES2InterfaceStub::CopyTextureCHROMIUM(
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 } 1165 }
1162 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( 1166 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM(
1163 GLint /* location */, 1167 GLint /* location */,
1164 GLboolean /* transpose */, 1168 GLboolean /* transpose */,
1165 const GLfloat* /* transform */) {} 1169 const GLfloat* /* transform */) {}
1166 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */, 1170 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */,
1167 GLint /* y */, 1171 GLint /* y */,
1168 GLint /* width */, 1172 GLint /* width */,
1169 GLint /* height */) {} 1173 GLint /* height */) {}
1170 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ 1174 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698