| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // DO NOT EDIT! | 7 // DO NOT EDIT! |
| 8 | 8 |
| 9 // This file is included by gles2_implementation.h to declare the | 9 // This file is included by gles2_implementation.h to declare the |
| 10 // GL api functions. | 10 // GL api functions. |
| (...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) OVERRIDE; | 446 GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) OVERRIDE; |
| 447 | 447 |
| 448 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; | 448 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) OVERRIDE; |
| 449 | 449 |
| 450 virtual void* MapTexSubImage2DCHROMIUM( | 450 virtual void* MapTexSubImage2DCHROMIUM( |
| 451 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, | 451 GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, |
| 452 GLsizei height, GLenum format, GLenum type, GLenum access) OVERRIDE; | 452 GLsizei height, GLenum format, GLenum type, GLenum access) OVERRIDE; |
| 453 | 453 |
| 454 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE; | 454 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) OVERRIDE; |
| 455 | 455 |
| 456 virtual void ResizeCHROMIUM(GLuint width, GLuint height) OVERRIDE; | 456 virtual void ResizeCHROMIUM( |
| 457 GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE; |
| 457 | 458 |
| 458 virtual const GLchar* GetRequestableExtensionsCHROMIUM() OVERRIDE; | 459 virtual const GLchar* GetRequestableExtensionsCHROMIUM() OVERRIDE; |
| 459 | 460 |
| 460 virtual void RequestExtensionCHROMIUM(const char* extension) OVERRIDE; | 461 virtual void RequestExtensionCHROMIUM(const char* extension) OVERRIDE; |
| 461 | 462 |
| 462 virtual void RateLimitOffscreenContextCHROMIUM() OVERRIDE; | 463 virtual void RateLimitOffscreenContextCHROMIUM() OVERRIDE; |
| 463 | 464 |
| 464 virtual void GetMultipleIntegervCHROMIUM( | 465 virtual void GetMultipleIntegervCHROMIUM( |
| 465 const GLenum* pnames, GLuint count, GLint* results, | 466 const GLenum* pnames, GLuint count, GLint* results, |
| 466 GLsizeiptr size) OVERRIDE; | 467 GLsizeiptr size) OVERRIDE; |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; | 540 virtual void LoseContextCHROMIUM(GLenum current, GLenum other) OVERRIDE; |
| 540 | 541 |
| 541 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; | 542 virtual GLuint InsertSyncPointCHROMIUM() OVERRIDE; |
| 542 | 543 |
| 543 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; | 544 virtual void WaitSyncPointCHROMIUM(GLuint sync_point) OVERRIDE; |
| 544 | 545 |
| 545 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; | 546 virtual void DrawBuffersEXT(GLsizei count, const GLenum* bufs) OVERRIDE; |
| 546 | 547 |
| 547 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 548 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| 548 | 549 |
| OLD | NEW |