| 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 957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 GLsizei /* levels */, | 968 GLsizei /* levels */, |
| 969 GLenum /* internalFormat */, | 969 GLenum /* internalFormat */, |
| 970 GLsizei /* width */, | 970 GLsizei /* width */, |
| 971 GLsizei /* height */) { | 971 GLsizei /* height */) { |
| 972 } | 972 } |
| 973 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { | 973 void GLES2InterfaceStub::GenQueriesEXT(GLsizei /* n */, GLuint* /* queries */) { |
| 974 } | 974 } |
| 975 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, | 975 void GLES2InterfaceStub::DeleteQueriesEXT(GLsizei /* n */, |
| 976 const GLuint* /* queries */) { | 976 const GLuint* /* queries */) { |
| 977 } | 977 } |
| 978 void GLES2InterfaceStub::QueryCounterEXT(GLuint /* id */, GLenum /* target */) { |
| 979 } |
| 978 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { | 980 GLboolean GLES2InterfaceStub::IsQueryEXT(GLuint /* id */) { |
| 979 return 0; | 981 return 0; |
| 980 } | 982 } |
| 981 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { | 983 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { |
| 982 } | 984 } |
| 983 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) { | 985 void GLES2InterfaceStub::BeginTransformFeedback(GLenum /* primitivemode */) { |
| 984 } | 986 } |
| 985 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) { | 987 void GLES2InterfaceStub::EndQueryEXT(GLenum /* target */) { |
| 986 } | 988 } |
| 987 void GLES2InterfaceStub::EndTransformFeedback() { | 989 void GLES2InterfaceStub::EndTransformFeedback() { |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1345 GLint /* reference */, | 1347 GLint /* reference */, |
| 1346 GLuint /* mask */, | 1348 GLuint /* mask */, |
| 1347 GLenum /* coverMode */) { | 1349 GLenum /* coverMode */) { |
| 1348 } | 1350 } |
| 1349 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { | 1351 GLenum GLES2InterfaceStub::GetGraphicsResetStatusKHR() { |
| 1350 return 0; | 1352 return 0; |
| 1351 } | 1353 } |
| 1352 void GLES2InterfaceStub::BlendBarrierKHR() { | 1354 void GLES2InterfaceStub::BlendBarrierKHR() { |
| 1353 } | 1355 } |
| 1354 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ | 1356 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_IMPL_AUTOGEN_H_ |
| OLD | NEW |