| 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 virtual void* MapBufferSubDataCHROMIUM(GLuint target, | 628 virtual void* MapBufferSubDataCHROMIUM(GLuint target, |
| 629 GLintptr offset, | 629 GLintptr offset, |
| 630 GLsizeiptr size, | 630 GLsizeiptr size, |
| 631 GLenum access) = 0; | 631 GLenum access) = 0; |
| 632 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) = 0; | 632 virtual void UnmapBufferSubDataCHROMIUM(const void* mem) = 0; |
| 633 virtual void* MapBufferRange(GLenum target, | 633 virtual void* MapBufferRange(GLenum target, |
| 634 GLintptr offset, | 634 GLintptr offset, |
| 635 GLsizeiptr size, | 635 GLsizeiptr size, |
| 636 GLbitfield access) = 0; | 636 GLbitfield access) = 0; |
| 637 virtual GLboolean UnmapBuffer(GLenum target) = 0; | 637 virtual GLboolean UnmapBuffer(GLenum target) = 0; |
| 638 virtual void FlushMappedBufferRange(GLenum target, |
| 639 GLintptr offset, |
| 640 GLsizeiptr size) = 0; |
| 638 virtual void* MapTexSubImage2DCHROMIUM(GLenum target, | 641 virtual void* MapTexSubImage2DCHROMIUM(GLenum target, |
| 639 GLint level, | 642 GLint level, |
| 640 GLint xoffset, | 643 GLint xoffset, |
| 641 GLint yoffset, | 644 GLint yoffset, |
| 642 GLsizei width, | 645 GLsizei width, |
| 643 GLsizei height, | 646 GLsizei height, |
| 644 GLenum format, | 647 GLenum format, |
| 645 GLenum type, | 648 GLenum type, |
| 646 GLenum access) = 0; | 649 GLenum access) = 0; |
| 647 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0; | 650 virtual void UnmapTexSubImage2DCHROMIUM(const void* mem) = 0; |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 const char* name) = 0; | 877 const char* name) = 0; |
| 875 virtual void BindFragDataLocationEXT(GLuint program, | 878 virtual void BindFragDataLocationEXT(GLuint program, |
| 876 GLuint colorNumber, | 879 GLuint colorNumber, |
| 877 const char* name) = 0; | 880 const char* name) = 0; |
| 878 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; | 881 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; |
| 879 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 882 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 880 GLint location, | 883 GLint location, |
| 881 GLboolean transpose, | 884 GLboolean transpose, |
| 882 const GLfloat* transform) = 0; | 885 const GLfloat* transform) = 0; |
| 883 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ | 886 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |
| OLD | NEW |