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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
995 GLenum /* target */, | 995 GLenum /* target */, |
996 GLenum /* subscription */) { | 996 GLenum /* subscription */) { |
997 } | 997 } |
998 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, | 998 void GLES2InterfaceStub::BindTexImage2DCHROMIUM(GLenum /* target */, |
999 GLint /* imageId */) {} | 999 GLint /* imageId */) {} |
1000 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, | 1000 void GLES2InterfaceStub::ReleaseTexImage2DCHROMIUM(GLenum /* target */, |
1001 GLint /* imageId */) {} | 1001 GLint /* imageId */) {} |
1002 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, | 1002 void GLES2InterfaceStub::TraceBeginCHROMIUM(const char* /* category_name */, |
1003 const char* /* trace_name */) {} | 1003 const char* /* trace_name */) {} |
1004 void GLES2InterfaceStub::TraceEndCHROMIUM() {} | 1004 void GLES2InterfaceStub::TraceEndCHROMIUM() {} |
1005 void GLES2InterfaceStub::AsyncTexSubImage2DCHROMIUM(GLenum /* target */, | |
1006 GLint /* level */, | |
1007 GLint /* xoffset */, | |
1008 GLint /* yoffset */, | |
1009 GLsizei /* width */, | |
1010 GLsizei /* height */, | |
1011 GLenum /* format */, | |
1012 GLenum /* type */, | |
1013 const void* /* data */) {} | |
1014 void GLES2InterfaceStub::AsyncTexImage2DCHROMIUM(GLenum /* target */, | |
1015 GLint /* level */, | |
1016 GLenum /* internalformat */, | |
1017 GLsizei /* width */, | |
1018 GLsizei /* height */, | |
1019 GLint /* border */, | |
1020 GLenum /* format */, | |
1021 GLenum /* type */, | |
1022 const void* /* pixels */) {} | |
1023 void GLES2InterfaceStub::WaitAsyncTexImage2DCHROMIUM(GLenum /* target */) {} | |
1024 void GLES2InterfaceStub::WaitAllAsyncTexImage2DCHROMIUM() {} | |
1025 void GLES2InterfaceStub::DiscardFramebufferEXT( | 1005 void GLES2InterfaceStub::DiscardFramebufferEXT( |
1026 GLenum /* target */, | 1006 GLenum /* target */, |
1027 GLsizei /* count */, | 1007 GLsizei /* count */, |
1028 const GLenum* /* attachments */) {} | 1008 const GLenum* /* attachments */) {} |
1029 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, | 1009 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, |
1030 GLenum /* other */) {} | 1010 GLenum /* other */) {} |
1031 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { | 1011 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { |
1032 return 0; | 1012 return 0; |
1033 } | 1013 } |
1034 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {} | 1014 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {} |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( | 1073 void GLES2InterfaceStub::StencilThenCoverStrokePathCHROMIUM( |
1094 GLuint /* path */, | 1074 GLuint /* path */, |
1095 GLint /* reference */, | 1075 GLint /* reference */, |
1096 GLuint /* mask */, | 1076 GLuint /* mask */, |
1097 GLenum /* coverMode */) {} | 1077 GLenum /* coverMode */) {} |
1098 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { | 1078 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { |
1099 return 0; | 1079 return 0; |
1100 } | 1080 } |
1101 void GLES2InterfaceStub::BlendBarrierKHR() {} | 1081 void GLES2InterfaceStub::BlendBarrierKHR() {} |
1102 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1082 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
OLD | NEW |