OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 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. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
6 | 6 |
7 // It is included by gles2_cmd_decoder.cc | 7 // It is included by gles2_cmd_decoder.cc |
8 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ | 8 #ifndef GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ |
9 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ | 9 #define GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ |
10 | 10 |
11 error::Error GLES2DecoderImpl::HandleActiveTexture( | 11 error::Error GLES2DecoderImpl::HandleActiveTexture( |
(...skipping 2673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2685 error::Error GLES2DecoderImpl::HandleResizeCHROMIUM( | 2685 error::Error GLES2DecoderImpl::HandleResizeCHROMIUM( |
2686 uint32 immediate_data_size, const gles2::ResizeCHROMIUM& c) { | 2686 uint32 immediate_data_size, const gles2::ResizeCHROMIUM& c) { |
2687 GLuint width = static_cast<GLuint>(c.width); | 2687 GLuint width = static_cast<GLuint>(c.width); |
2688 GLuint height = static_cast<GLuint>(c.height); | 2688 GLuint height = static_cast<GLuint>(c.height); |
2689 DoResizeCHROMIUM(width, height); | 2689 DoResizeCHROMIUM(width, height); |
2690 return error::kNoError; | 2690 return error::kNoError; |
2691 } | 2691 } |
2692 | 2692 |
2693 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ | 2693 #endif // GPU_COMMAND_BUFFER_SERVICE_GLES2_CMD_DECODER_AUTOGEN_H_ |
2694 | 2694 |
OLD | NEW |