| 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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, | 958 void GLES2InterfaceStub::ConsumeTextureCHROMIUM(GLenum /* target */, |
| 959 const GLbyte* /* mailbox */) {} | 959 const GLbyte* /* mailbox */) {} |
| 960 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( | 960 GLuint GLES2InterfaceStub::CreateAndConsumeTextureCHROMIUM( |
| 961 GLenum /* target */, | 961 GLenum /* target */, |
| 962 const GLbyte* /* mailbox */) { | 962 const GLbyte* /* mailbox */) { |
| 963 return 0; | 963 return 0; |
| 964 } | 964 } |
| 965 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, | 965 void GLES2InterfaceStub::BindUniformLocationCHROMIUM(GLuint /* program */, |
| 966 GLint /* location */, | 966 GLint /* location */, |
| 967 const char* /* name */) {} | 967 const char* /* name */) {} |
| 968 void GLES2InterfaceStub::GenValuebuffersCHROMIUM(GLsizei /* n */, | |
| 969 GLuint* /* buffers */) {} | |
| 970 void GLES2InterfaceStub::DeleteValuebuffersCHROMIUM( | |
| 971 GLsizei /* n */, | |
| 972 const GLuint* /* valuebuffers */) {} | |
| 973 GLboolean GLES2InterfaceStub::IsValuebufferCHROMIUM(GLuint /* valuebuffer */) { | |
| 974 return 0; | |
| 975 } | |
| 976 void GLES2InterfaceStub::BindValuebufferCHROMIUM(GLenum /* target */, | |
| 977 GLuint /* valuebuffer */) {} | |
| 978 void GLES2InterfaceStub::SubscribeValueCHROMIUM(GLenum /* target */, | |
| 979 GLenum /* subscription */) {} | |
| 980 void GLES2InterfaceStub::PopulateSubscribedValuesCHROMIUM(GLenum /* target */) { | |
| 981 } | |
| 982 void GLES2InterfaceStub::UniformValuebufferCHROMIUM(GLint /* location */, | |
| 983 GLenum /* target */, | |
| 984 GLenum /* subscription */) { | |
| 985 } | |
| 986 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, | 968 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, |
| 987 GLint /* imageId */) {} | 969 GLint /* imageId */) {} |
| 988 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, | 970 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, |
| 989 GLint /* imageId */) {} | 971 GLint /* imageId */) {} |
| 990 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, | 972 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, |
| 991 const char* /* trace_name */) {} | 973 const char* /* trace_name */) {} |
| 992 void GLES2InterfaceStub::TraceEndCHROMIUM() {} | 974 void GLES2InterfaceStub::TraceEndCHROMIUM() {} |
| 993 void GLES2InterfaceStub::DiscardFramebufferEXT( | 975 void GLES2InterfaceStub::DiscardFramebufferEXT( |
| 994 GLenum /* target */, | 976 GLenum /* target */, |
| 995 GLsizei /* count */, | 977 GLsizei /* count */, |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 const char* /* name */) {} | 1148 const char* /* name */) {} |
| 1167 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, | 1149 GLint GLES2InterfaceStub::GetFragDataIndexEXT(GLuint /* program */, |
| 1168 const char* /* name */) { | 1150 const char* /* name */) { |
| 1169 return 0; | 1151 return 0; |
| 1170 } | 1152 } |
| 1171 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 1153 void GLES2InterfaceStub::UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 1172 GLint /* location */, | 1154 GLint /* location */, |
| 1173 GLboolean /* transpose */, | 1155 GLboolean /* transpose */, |
| 1174 const GLfloat* /* default_value */) {} | 1156 const GLfloat* /* default_value */) {} |
| 1175 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1157 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |