| OLD | NEW |
| 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 const GLbyte* /* mailbox */) {} | 962 const GLbyte* /* mailbox */) {} |
| 963 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( | 963 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( |
| 964 GLenum /* target */, | 964 GLenum /* target */, |
| 965 const GLbyte* /* mailbox */) { | 965 const GLbyte* /* mailbox */) { |
| 966 return 0; | 966 return 0; |
| 967 } | 967 } |
| 968 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, | 968 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, |
| 969 GLint /* location */, | 969 GLint /* location */, |
| 970 const char* /* name */) {} | 970 const char* /* name */) {} |
| 971 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, | 971 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, |
| 972 GLint /* imageId */) {} | 972 GLint /* imageId */, |
| 973 GLint /* fenceId */) {} |
| 973 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, | 974 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, |
| 974 GLint /* imageId */) {} | 975 GLint /* imageId */) {} |
| 975 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, | 976 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, |
| 976 const char* /* trace_name */) {} | 977 const char* /* trace_name */) {} |
| 977 void GLES2InterfaceStub::TraceEndCHROMIUM() {} | 978 void GLES2InterfaceStub::TraceEndCHROMIUM() {} |
| 978 void GLES2InterfaceStub::DiscardFramebufferEXT( | 979 void GLES2InterfaceStub::DiscardFramebufferEXT( |
| 979 GLenum /* target */, | 980 GLenum /* target */, |
| 980 GLsizei /* count */, | 981 GLsizei /* count */, |
| 981 const GLenum* /* attachments */) {} | 982 const GLenum* /* attachments */) {} |
| 982 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, | 983 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1165 } | 1166 } |
| 1166 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 1167 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 1167 GLint /* location */, | 1168 GLint /* location */, |
| 1168 GLboolean /* transpose */, | 1169 GLboolean /* transpose */, |
| 1169 const GLfloat* /* transform */) {} | 1170 const GLfloat* /* transform */) {} |
| 1170 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */, | 1171 void GLES2InterfaceStub::SwapBuffersWithDamageCHROMIUM(GLint /* x */, |
| 1171 GLint /* y */, | 1172 GLint /* y */, |
| 1172 GLint /* width */, | 1173 GLint /* width */, |
| 1173 GLint /* height */) {} | 1174 GLint /* height */) {} |
| 1174 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1175 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |